Compartilhar via


Propriedade do RDL GaugePanel.RadialGauges

Gets or sets a list of radial gauges for the gauge panel.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property RadialGauges As IList(Of RadialGauge)
    Get 
    Set
'Uso
Dim instance As GaugePanel 
Dim value As IList(Of RadialGauge)

value = instance.RadialGauges

instance.RadialGauges = value
public IList<RadialGauge> RadialGauges { get; set; }
public:
property IList<RadialGauge^>^ RadialGauges {
    IList<RadialGauge^>^ get ();
    void set (IList<RadialGauge^>^ value);
}
member RadialGauges : IList<RadialGauge> with get, set
function get RadialGauges () : IList<RadialGauge>
function set RadialGauges (value : IList<RadialGauge>)

Valor da propriedade

Tipo: System.Collections.Generic.IList<RadialGauge>
An IList<T> object.

Consulte também

Referência

GaugePanel Classe

Namespace Microsoft.ReportingServices.RdlObjectModel