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.
Gets or sets the numeric indicators of this gauge panel.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property NumericIndicators As IList(Of NumericIndicator)
Get
Set
'Uso
Dim instance As GaugePanel
Dim value As IList(Of NumericIndicator)
value = instance.NumericIndicators
instance.NumericIndicators = value
public IList<NumericIndicator> NumericIndicators { get; set; }
public:
property IList<NumericIndicator^>^ NumericIndicators {
IList<NumericIndicator^>^ get ();
void set (IList<NumericIndicator^>^ value);
}
member NumericIndicators : IList<NumericIndicator> with get, set
function get NumericIndicators () : IList<NumericIndicator>
function set NumericIndicators (value : IList<NumericIndicator>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<NumericIndicator>
An IList<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel