Proprietà GaugeScale.GaugePointers

Gets or sets the pointers to display on the scale.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property GaugePointers As IList(Of GaugePointer)
    Get 
    Set
'Utilizzo
Dim instance As GaugeScale 
Dim value As IList(Of GaugePointer)

value = instance.GaugePointers

instance.GaugePointers = value
public IList<GaugePointer> GaugePointers { get; set; }
public:
property IList<GaugePointer^>^ GaugePointers {
    IList<GaugePointer^>^ get ();
    void set (IList<GaugePointer^>^ value);
}
member GaugePointers : IList<GaugePointer> with get, set
function get GaugePointers () : IList<GaugePointer>
function set GaugePointers (value : IList<GaugePointer>)

Valore proprietà

Tipo: System.Collections.Generic.IList<GaugePointer>
An IList<T> object.

Vedere anche

Riferimento

GaugeScale Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel