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 pointers on the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GaugePointers As RadialPointerCollection
Get
'Usage
Dim instance As RadialScale
Dim value As RadialPointerCollection
value = instance.GaugePointers
public RadialPointerCollection GaugePointers { get; }
public:
property RadialPointerCollection^ GaugePointers {
RadialPointerCollection^ get ();
}
member GaugePointers : RadialPointerCollection
function get GaugePointers () : RadialPointerCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.RadialPointerCollection
A RadialPointerCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace