ReportParameter, constructeur (String, String)
Instancie un nouveau paramètre ReportParameter avec un nom et une valeur.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
value As String _
)
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 : String
Nom du paramètre.
- value
Type : String
Valeur du paramètre.