Partager via


Propriété GaugePanel.RadialGauges

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property RadialGauges As IList(Of RadialGauge)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

GaugePanel Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel