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

Un string valor que representa la etiqueta del parámetro.

Comentarios

Si el ReportParameter es un parámetro multivalor, esta propiedad devuelve la primera etiqueta.

Se aplica a