Share via


ReportParameterInstance.Label Propiedad

Definición

Obtiene la etiqueta del parámetro.

public:
 property System::String ^ Label { System::String ^ get(); };
public string Label { get; }
member this.Label : string
Public ReadOnly Property Label As String

Valor de propiedad

Valor string que representa la etiqueta del parámetro.

Comentarios

ReportParameter Si es un parámetro de varios valores, esta propiedad devuelve la primera etiqueta.

Se aplica a