Freigeben über


ICustomReportItem.Action-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the action for the custom report item.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
ReadOnly Property Action As Action 
    Get
'Usage
Dim instance As ICustomReportItem 
Dim value As Action 

value = instance.Action
Action Action { get; }
property Action^ Action {
    Action^ get ();
}
abstract Action : Action
function get Action () : Action

Eigenschaftswert

Typ: Microsoft.ReportingServices.ReportRendering.Action
The Action for the custom report item.

Siehe auch

Verweis

ICustomReportItem Schnittstelle

Microsoft.ReportingServices.ReportRendering-Namespace