共用方式為


NumericIndicator.NumericIndicatorRanges 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

The indicator range.

命名空間:  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>
An IList<T> object.

請參閱

參考

NumericIndicator 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間