Share via


ICustomReportItem.Action Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Property Value

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

See Also

Reference

ICustomReportItem Interface

Microsoft.ReportingServices.ReportRendering Namespace