ChartLegendCustomItem.ActionInfo プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
カスタムの凡例項目に関連付けられたアクションおよびアクション スタイルを取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property ActionInfo As ActionInfo
Get
'使用
Dim instance As ChartLegendCustomItem
Dim value As ActionInfo
value = instance.ActionInfo
public ActionInfo ActionInfo { get; }
public:
property ActionInfo^ ActionInfo {
ActionInfo^ get ();
}
member ActionInfo : ActionInfo
function get ActionInfo () : ActionInfo
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
カスタムの凡例項目に関連付けられたアクションおよびアクション スタイルを表す ActionInfo オブジェクト。