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