次の方法で共有


GaugePanel.NumericIndicators プロパティ

このゲージ パネルの数値インジケーターを取得または設定します。

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

構文

'宣言
Public Property NumericIndicators As IList(Of NumericIndicator)
    Get 
    Set
'使用
Dim instance As GaugePanel 
Dim value As IList(Of NumericIndicator)

value = instance.NumericIndicators

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

プロパティ値

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

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間