GaugePanel.LinearGauges Propriedade

Definição

Obtém ou define uma lista de indicadores lineares para o painel de medidores.

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

Valor da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a