Compartir a través de


ReportParameterInfo.Name (Propiedad)

Obtiene el nombre del parámetro.Solo lectura.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string with get
function get Name () : String

Valor de propiedad

Tipo: String
Un valor string que contiene el nombre del parámetro.

Vea también

Referencia

ReportParameterInfo Clase

Microsoft.Reporting.WebForms (Espacio de nombres)