GaugeScale.ScaleRanges Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou règle les plages à afficher sur la balance.
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)
Valeur de propriété
Objet IList<T>.
- Attributs