次の方法で共有


ICustomReportItem.Action プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
ReadOnly Property Action As Action 
    Get
'使用
Dim instance As ICustomReportItem 
Dim value As Action 

value = instance.Action
Action Action { get; }
property Action^ Action {
    Action^ get ();
}
abstract Action : Action
function get Action () : Action

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.Action
カスタム レポート アイテムの Action です。

関連項目

参照

ICustomReportItem インターフェイス

Microsoft.ReportingServices.ReportRendering 名前空間