Proprietà GaugePanel.GaugeLabels

Gets or sets a list of labels for the gauge panel.

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

Sintassi

'Dichiarazione
Public Property GaugeLabels As IList(Of GaugeLabel)
    Get 
    Set
'Utilizzo
Dim instance As GaugePanel 
Dim value As IList(Of GaugeLabel)

value = instance.GaugeLabels

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

Valore proprietà

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

Vedere anche

Riferimento

GaugePanel Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel