ReportParameter Constructor (String)
Instantiates a new ReportParameter with a name.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New ReportParameter(name)
public ReportParameter (
string name
)
public:
ReportParameter (
String^ name
)
public ReportParameter (
String name
)
public function ReportParameter (
name : String
)
Parameters
- name
The name of the parameter.
See Also
Reference
ReportParameter Class
ReportParameter Members
Microsoft.Reporting.WebForms Namespace