次の方法で共有


GaugePanel.GaugeLabels プロパティ

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

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

構文

'宣言
Public ReadOnly Property GaugeLabels As GaugeLabelCollection 
    Get
'使用
Dim instance As GaugePanel 
Dim value As GaugeLabelCollection 

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

プロパティ値

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

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間