Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.