GaugeScale.ScaleRanges Property

Definition

Gets or sets the ranges to display on the scale.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ScaleRange ^> ^ ScaleRanges { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ScaleRange ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ScaleRange ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ScaleRange>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ScaleRange> ScaleRanges { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ScaleRange>))>]
member this.ScaleRanges : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ScaleRange> with get, set
Public Property ScaleRanges As IList(Of ScaleRange)

Property Value

An IList<T> object.

Attributes

Applies to