This topic has not yet been rated - Rate this topic

ReportParameter Constructor (String, String[]) 

Instantiates a new multivalued ReportParameter with a name.

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

public ReportParameter (
	string name,
	string[] values
)
public ReportParameter (
	String name, 
	String[] values
)
public function ReportParameter (
	name : String, 
	values : String[]
)

Parameters

name

The name of the parameter.

values

The values of the parameter.

Did you find this helpful?
(1500 characters remaining)