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 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
Microsoft.ReportingServices.OnDemandReportRendering Namespace