次の方法で共有


GaugePanel.LinearGauges プロパティ

ゲージ パネルの線形ゲージの一覧を取得または設定します。

名前空間:  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>
IList<T> オブジェクト。

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間