Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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