Partilhar via


Construtor ReportParameter (String, array<String )

Instantiates a new multivalued 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, _
    values As String() _
)
public ReportParameter(
    string name,
    string[] values
)
public:
ReportParameter(
    String^ name, 
    array<String^>^ values
)
new : 
        name:string * 
        values:string[] -> ReportParameter
public function ReportParameter(
    name : String, 
    values : String[]
)

Parâmetros

  • name
    Tipo: String
    The name of the parameter.
  • values
    Tipo: array<String[]
    The values of the parameter.

Consulte também

Referência

ReportParameter Classe

Sobrecargas ReportParameter

Namespace Microsoft.Reporting.WinForms