Compartir a través de


GaugePanel.RadialGauges Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

GaugePanel Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel