ICustomReportItem.Action Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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