次の方法で共有


ActionInfo.Actions プロパティ

レポート アイテムに対するアクションを取得します。

名前空間:  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
レポート アイテムに対するアクションを表す ActionCollection オブジェクト。

関連項目

参照

ActionInfo クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間