Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the ranges to display on the scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ScaleRanges As IList(Of ScaleRange)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<ScaleRange>
An IList<T> object.