共用方式為


GaugeScales 屬性

Gets the gauge scales.

命名空間:  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