Freigeben über


GaugePanel.LinearGauges-Eigenschaft

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

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

Syntax

'Declaration
Public Property LinearGauges As IList(Of LinearGauge)
    Get 
    Set
'Usage
Dim instance As GaugePanel 
Dim value As IList(Of LinearGauge)

value = instance.LinearGauges

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

Eigenschaftswert

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

Siehe auch

Verweis

GaugePanel Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace