次の方法で共有


NumericIndicator.NumericIndicatorRanges プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

インジケーターの範囲。

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

構文

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

value = instance.NumericIndicatorRanges

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

プロパティ値

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

関連項目

参照

NumericIndicator クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間