Sdílet prostřednictvím


NumericIndicator.NumericIndicatorRanges Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

The indicator range.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property NumericIndicatorRanges As IList(Of NumericIndicatorRange)
    Get 
    Set
'Usage
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>)

Property Value

Type: System.Collections.Generic.IList<NumericIndicatorRange>
An IList<T> object.

See Also

Reference

NumericIndicator Class

Microsoft.ReportingServices.RdlObjectModel Namespace