次の方法で共有


ChartLegendCustomItemCell.Instance プロパティ

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

このレポート定義オブジェクトの計算値が含まれているレポート インスタンス オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property Instance As ChartLegendCustomItemCellInstance 
    Get
'使用
Dim instance As ChartLegendCustomItemCell 
Dim value As ChartLegendCustomItemCellInstance 

value = instance.Instance
public ChartLegendCustomItemCellInstance Instance { get; }
public:
property ChartLegendCustomItemCellInstance^ Instance {
    ChartLegendCustomItemCellInstance^ get ();
}
member Instance : ChartLegendCustomItemCellInstance
function get Instance () : ChartLegendCustomItemCellInstance

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellInstance
このレポート定義オブジェクトの計算値を格納するレポート インスタンス オブジェクトを表す ChartLegendCustomItemInstance オブジェクト。

関連項目

参照

ChartLegendCustomItemCell クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間