Gauge.GaugeScales Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Escalas a serem exibidas no medidor.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeScale ^> ^ GaugeScales { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeScale ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeScale ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.GaugeScale>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.GaugeScale> GaugeScales { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.GaugeScale>))>]
member this.GaugeScales : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.GaugeScale> with get, set
Public Property GaugeScales As IList(Of GaugeScale)
Valor da propriedade
Um objeto IList<T>.
- Atributos