Freigeben über


GaugePanel.GaugeLabels-Eigenschaft

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

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

Syntax

'Declaration
Public Property GaugeLabels As IList(Of GaugeLabel)
    Get 
    Set
'Usage
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>)

Eigenschaftswert

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

Siehe auch

Verweis

GaugePanel Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace