Partager via


Propriété CustomLabels

Custom labels for the scale.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property CustomLabels As IList(Of CustomLabel)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.Generic. . :: . .IList< (Of < ( <'CustomLabel> ) > ) >
An IList<(Of <(<'T>)>)> object.