Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets 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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ActionCollection
An ActionCollection object that represents the actions for the report item.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace