次の方法で共有


GaugeCell.Instance プロパティ

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

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

構文

'宣言
Public ReadOnly Property Instance As GaugeCellInstance 
    Get
'使用
Dim instance As GaugeCell 
Dim value As GaugeCellInstance 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.GaugeCellInstance
GaugeCellInstance オブジェクト。

関連項目

参照

GaugeCell クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間