Share via


LinearScale.GaugePointers Property

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 LinearPointerCollection 
    Get
'Usage
Dim instance As LinearScale 
Dim value As LinearPointerCollection 

value = instance.GaugePointers
public LinearPointerCollection GaugePointers { get; }
public:
property LinearPointerCollection^ GaugePointers {
    LinearPointerCollection^ get ();
}
member GaugePointers : LinearPointerCollection
function get GaugePointers () : LinearPointerCollection

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.LinearPointerCollection
A LinearPointerCollection object.

See Also

Reference

LinearScale Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace