Partager via


ReportParameter, constructeur (String, array<String[])

Instancie un nouveau paramètre ReportParameter à valeurs multiples avec un nom.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
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[]
)

Paramètres

  • name
    Type : String
    Nom du paramètre.
  • values
    Type : array<String[]
    Valeurs du paramètre.

Voir aussi

Référence

ReportParameter Classe

ReportParameter, surcharge

Microsoft.Reporting.WinForms, espace de noms