Proprietà GaugeScale.ScaleRanges

Gets or sets the ranges to display on the scale.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ScaleRanges As IList(Of ScaleRange)
    Get 
    Set
'Utilizzo
Dim instance As GaugeScale 
Dim value As IList(Of ScaleRange)

value = instance.ScaleRanges

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

Valore proprietà

Tipo: System.Collections.Generic.IList<ScaleRange>
An IList<T> object.

Vedere anche

Riferimento

GaugeScale Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel