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 custom labels for the scale.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property CustomLabels As IList(Of CustomLabel)
Get
Set
'Uso
Dim instance As GaugeScale
Dim value As IList(Of CustomLabel)
value = instance.CustomLabels
instance.CustomLabels = value
public IList<CustomLabel> CustomLabels { get; set; }
public:
property IList<CustomLabel^>^ CustomLabels {
IList<CustomLabel^>^ get ();
void set (IList<CustomLabel^>^ value);
}
member CustomLabels : IList<CustomLabel> with get, set
function get CustomLabels () : IList<CustomLabel>
function set CustomLabels (value : IList<CustomLabel>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<CustomLabel>
An IList<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel