Właściwość LinearScale.GaugePointers
Pobiera wskaźników na skali.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property GaugePointers As LinearPointerCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.LinearPointerCollection
A LinearPointerCollection obiektu.
Zobacz także