ActiveReports Developer 7
ReportParameter Constructor
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > ReportParameter Class : ReportParameter Constructor

Glossary Item Box

Initializes a new instance of ReportParameter class.

Overload List

OverloadDescription
ReportParameter Constructor(String,Object)Initializes a new instance with a single value.  
ReportParameter Constructor(String,ICollection<Object>)Initializes a new instance multiple values.  
ReportParameter Constructor(String)Initializes a new instance without a value.  

See Also