Proprietà GaugePointers
Gets the pointers on the scale.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property GaugePointers As RadialPointerCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialPointerCollection
A RadialPointerCollection object.
Vedere anche