Freigeben über


GaugePanel.RadialGauges-Eigenschaft

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

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

Syntax

'Declaration
Public Property RadialGauges As IList(Of RadialGauge)
    Get 
    Set
'Usage
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>)

Eigenschaftswert

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

Siehe auch

Verweis

GaugePanel Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace