Proprietà GaugeScale.CustomLabels

Gets or sets the custom labels for the scale.

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

Sintassi

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

value = instance.CustomLabels

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

Valore proprietà

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

Vedere anche

Riferimento

GaugeScale Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel