GaugeScale.ScaleRanges Proprietà

Definizione

Ottiene o imposta gli intervalli da visualizzare sulla scala.

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)

Valore della proprietà

IList<ScaleRange>

Oggetto IList<T>.

Attributi

Si applica a