ReportParameter Constructor

 

Instantiates a new ReportParameter.

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

Overload List

Name Description
System_CAPS_pubmethod ReportParameter()

Instantiates a new ReportParameter.

System_CAPS_pubmethod ReportParameter(String)

Instantiates a new ReportParameter with a name.

System_CAPS_pubmethod ReportParameter(String, String)

Instantiates a new ReportParameter with a name and a value.

System_CAPS_pubmethod ReportParameter(String, String, Boolean)

Instantiates a new ReportParameter with a name, a value, and a visibility flag.

System_CAPS_pubmethod ReportParameter(String, String[])

Instantiates a new multivalued ReportParameter with a name.

System_CAPS_pubmethod ReportParameter(String, String[], Boolean)

Instantiates a new ReportParameter with a name, multiple values, and a visibility flag.

See Also

ReportParameter Class
Microsoft.Reporting.WinForms Namespace

Return to top