共用方式為


GaugePanel.LinearGauges 屬性

Gets or sets a list 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<LinearGauge>
An IList<T> object.

請參閱

參考

GaugePanel 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間