Propriété GaugePointers
Gets the pointers on the scale.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property GaugePointers As LinearPointerCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearPointerCollection
A LinearPointerCollection object.
Voir aussi