次の方法で共有


GaugeScale.CustomLabels プロパティ

スケールに使用するカスタム ラベル。

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

構文

'宣言
Public ReadOnly Property CustomLabels As CustomLabelCollection 
    Get
'使用
Dim instance As GaugeScale 
Dim value As CustomLabelCollection 

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

プロパティ値

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

関連項目

参照

GaugeScale クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間