Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the gauge scales.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GaugeScales As RadialScaleCollection
Get
'Usage
Dim instance As RadialGauge
Dim value As RadialScaleCollection
value = instance.GaugeScales
public RadialScaleCollection GaugeScales { get; }
public:
property RadialScaleCollection^ GaugeScales {
RadialScaleCollection^ get ();
}
member GaugeScales : RadialScaleCollection
function get GaugeScales () : RadialScaleCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.RadialScaleCollection
A RadialScaleCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace