ActionInfo.Actions Property

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

ActionInfo Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace