ReportParameter Constructor (String)

 

Instantiates a new ReportParameter with a name.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public ReportParameter(
    string name
)
public:
ReportParameter(
    String^ name
)
new : 
        name:string -> ReportParameter
Public Sub New (
    name As String
)

Parameters

See Also

ReportParameter Overload
ReportParameter Class
Microsoft.Reporting.WinForms Namespace

Return to top