Udostępnij za pośrednictwem


Właściwość Gauge.GaugeScales

Skalę wyświetlania na przyrządu.

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

Składnia

'Deklaracja
Public Property GaugeScales As IList(Of GaugeScale)
    Get
    Set
'Użycie
Dim instance As Gauge
Dim value As IList(Of GaugeScale)

value = instance.GaugeScales

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

Wartość właściwości

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