次の方法で共有


GaugePanel.LinearGauges プロパティ

ゲージ パネルの線形ゲージのセットを定義します。

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

構文

'宣言
Public ReadOnly Property LinearGauges As LinearGaugeCollection 
    Get
'使用
Dim instance As GaugePanel 
Dim value As LinearGaugeCollection 

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

プロパティ値

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

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間