Share via


GaugePanel.LinearGauges Propiedad

Definición

Obtiene o establece una lista de medidores lineales para el panel 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 de propiedad

Objeto IList<T>.

Atributos

Se aplica a