ReportParameter Constructor (String, String)

 

Instantiates a new ReportParameter with a name and a value.

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

Syntax

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

Parameters

See Also

ReportParameter Overload
ReportParameter Class
Microsoft.Reporting.WinForms Namespace

Return to top