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 RadialPointerCollection
Get
'Uso
Dim instance As RadialScale
Dim value As RadialPointerCollection
value = instance.GaugePointers
public RadialPointerCollection GaugePointers { get; }
public:
property RadialPointerCollection^ GaugePointers {
RadialPointerCollection^ get ();
}
member GaugePointers : RadialPointerCollection
function get GaugePointers () : RadialPointerCollection
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialPointerCollection
A RadialPointerCollection object.
Consulte também