Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa 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<NumericIndicatorRange>
An IList<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel