GaugePanel.RadialGauges Propriedade

Definição

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

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

Valor da propriedade

IList<RadialGauge>

Um objeto IList<T>.

Atributos

Aplica-se a