Partager via


Constructeur ReportParameter (String, String)

Instancie un nouveau paramètre ReportParameter avec un nom et une valeur.

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

Syntaxe

'Déclaration
Public Sub New ( _
    name As String, _
    value As String _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

ReportParameter Classe

Surcharge ReportParameter

Espace de noms Microsoft.Reporting.WinForms