次の方法で共有


GaugePanel.GaugeImages プロパティ

このゲージ パネルの画像を取得します。

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

構文

'宣言
Public ReadOnly Property GaugeImages As GaugeImageCollection 
    Get
'使用
Dim instance As GaugePanel 
Dim value As GaugeImageCollection 

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

プロパティ値

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

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間