Partager via


Propriété GaugeScales

Scales to display on the gauge.

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

Syntaxe

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

Valeur de propriété

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