ActionInfo.Actions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the actions for the report item.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ActionCollection ^ Actions { Microsoft::ReportingServices::OnDemandReportRendering::ActionCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ActionCollection Actions { get; }
member this.Actions : Microsoft.ReportingServices.OnDemandReportRendering.ActionCollection
Public ReadOnly Property Actions As ActionCollection
Property Value
An ActionCollection object that represents the actions for the report item.