Partilhar via


Construtor ReportParameter (String)

Instantiates a new ReportParameter with a name.

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

Sintaxe

'Declaração
Public Sub New ( _
    name As String _
)
public ReportParameter(
    string name
)
public:
ReportParameter(
    String^ name
)
new : 
        name:string -> ReportParameter
public function ReportParameter(
    name : String
)

Parâmetros

  • name
    Tipo: String
    The name of the parameter.

Consulte também

Referência

ReportParameter Classe

Sobrecargas ReportParameter

Namespace Microsoft.Reporting.WinForms