NumericIndicatorRanges Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
The indicator range.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property NumericIndicatorRanges As IList(Of NumericIndicatorRange)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'NumericIndicatorRange> ) > ) >
An IList<(Of <(<'T>)>)> object.