Konstruktor ReportParameter — (String, String)
Instantiates a new ReportParameter with a name and a value.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
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
)
Parametry
- name
Typ: String
The name of the parameter.
- value
Typ: String
The value of the parameter.