Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.LinearScaleCollection
A LinearScaleCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace