Share via


ReportParameter Constructor (String)

Instantiates a new ReportParameter with a name.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace