다음을 통해 공유


LinearGauges 속성

Defines the set of linear gauges for the gauge panel.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property LinearGauges As IList(Of LinearGauge)
    Get
    Set
‘사용 방법
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>)

속성 값

유형: System.Collections.Generic. . :: . .IList< (Of < ( <'LinearGauge> ) > ) >
An IList<(Of <(<'T>)>)> object.