GaugeScale.ScaleRanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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