次の方法で共有


GaugePanel.RadialGauges プロパティ

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property RadialGauges As IList(Of RadialGauge)
    Get 
    Set
'使用
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>)

プロパティ値

型: System.Collections.Generic.IList<RadialGauge>
IList<T> オブジェクト。

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間