RadialScale.GaugePointers Propiedad
Gets the pointers on the scale.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.RadialPointerCollection
A RadialPointerCollection object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering