Sdílet prostřednictvím


ActionInfo.Actions Property

The actions for the report item.

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

Syntax

'Declaration
Public ReadOnly Property Actions As ActionCollection
    Get
'Usage
Dim instance As ActionInfo
Dim value As ActionCollection

value = instance.Actions
public ActionCollection Actions { get; }
public:
property ActionCollection^ Actions {
    ActionCollection^ get ();
}
member Actions : ActionCollection
function get Actions () : ActionCollection