Partager via


Constructeur ReportParameter (String)

Instancie un nouveau paramètre ReportParameter avec un nom.

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

Syntaxe

'Déclaration
Public Sub New ( _
    name As String _
)
'Utilisation
Dim name As String

Dim instance As New ReportParameter(name)
public ReportParameter(
    string name
)
public:
ReportParameter(
    String^ name
)
new : 
        name:string -> ReportParameter
public function ReportParameter(
    name : String
)

Paramètres

Voir aussi

Référence

ReportParameter Classe

Surcharge ReportParameter

Espace de noms Microsoft.Reporting.WinForms