Konstruktor ReportParameter — (String)
Instantiates a new ReportParameter with a name.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String _
)
public ReportParameter(
string name
)
public:
ReportParameter(
String^ name
)
new :
name:string -> ReportParameter
public function ReportParameter(
name : String
)
Parametry
- name
Typ: String
The name of the parameter.