Właściwość NumericIndicator.NumericIndicatorRanges
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Zakres wskaźnika.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property NumericIndicatorRanges As IList(Of NumericIndicatorRange)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.IList<NumericIndicatorRange>
IList<T> Obiektu.
Zobacz także