次の方法で共有


LinearGauge.GaugeScales プロパティ

ゲージのスケールを取得します。

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

構文

'宣言
Public ReadOnly Property GaugeScales As LinearScaleCollection 
    Get
'使用
Dim instance As LinearGauge 
Dim value As LinearScaleCollection 

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

プロパティ値

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

関連項目

参照

LinearGauge クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間