Freigeben über


Gauge.GaugeScales-Eigenschaft

Scales to display on the gauge.

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

Gauge Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace