Propriedade GaugePointers
Gets the pointers on the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property GaugePointers As LinearPointerCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearPointerCollection
A LinearPointerCollection object.
Consulte também