Partilhar via


Propriedade do RDL GaugeLabels

Defines the set of labels for the gauge panel.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property GaugeLabels As IList(Of GaugeLabel)
    Get
    Set
'Uso
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>)

Valor da propriedade

Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'GaugeLabel> ) > ) >
An IList<(Of <(<'T>)>)> object.