GaugeScales-Eigenschaft
Gets the gauge scales.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GaugeScales As LinearScaleCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearScaleCollection
A LinearScaleCollection object.