Constructeur ReportParameter (String, String)
Instancie un nouveau paramètre ReportParameter avec un nom et une valeur.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.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
- name
Type : System.String
Nom du paramètre.
- value
Type : System.String
Valeur du paramètre.