ReportParameter Constructor (String, String)

Crea una instancia de un nuevo ReportParameter con un nombre y un valor.

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

Sintaxis

'Declaración
Public Sub New ( _
    name As String, _
    value As String _
)
'Uso
Dim name As String
Dim value As String

Dim instance As New ReportParameter(name, value)
public ReportParameter(
    string name,
    string value
)
public:
ReportParameter(
    String^ name, 
    String^ value
)
new : 
        name:string * 
        value:string -> ReportParameter
public function ReportParameter(
    name : String, 
    value : String
)

Parámetros

Vea también

Referencia

ReportParameter Clase

Sobrecarga de ReportParameter

Espacio de nombres Microsoft.Reporting.WinForms