Udostępnij za pośrednictwem


Właściwość GaugeScale.CustomLabels

Niestandardowe etykiety skali.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property CustomLabels As IList(Of CustomLabel)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Collections.Generic.IList<CustomLabel>
IList<T> Obiektu.