Partilhar via


Construtor ReportParameter (String, String)

Instantiates a new ReportParameter with a name and a value.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public Sub New ( _
    name As String, _
    value As String _
)
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

  • name
    Tipo: String
    The name of the parameter.
  • value
    Tipo: String
    The value of the parameter.

Consulte também

Referência

ReportParameter Classe

Sobrecargas ReportParameter

Namespace Microsoft.Reporting.WinForms