ReportParameter Constructor(String)
In This Topic
Initializes a new instance of the
ReportParameter class without any values.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ReportParameter(
string
)
Parameters
- name
- The name of the report parameter.
See Also