次の方法で共有


GaugeImage.Instance プロパティ

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

GaugeImage のインスタンスを取得します。

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

構文

'宣言
Public ReadOnly Property Instance As GaugeImageInstance 
    Get
'使用
Dim instance As GaugeImage 
Dim value As GaugeImageInstance 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.GaugeImageInstance
GaugeImage のインスタンスです。

関連項目

参照

GaugeImage クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間