共用方式為


ActionInfo.Actions 屬性

Gets the actions for the report item.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Actions As ActionCollection 
    Get
'用途
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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ActionCollection
An ActionCollection object that represents the actions for the report item.

請參閱

參考

ActionInfo 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間