ActiveReports 11
Add Method (ReportParameterCollection)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportParameterCollection Class : Add Method
The ReportParameter object to add to the collection.
Adds a ReportParameter object to the ReportParameterCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As ReportParameter _
) As Integer
public int Add( 
   ReportParameter value
)

Parameters

value
The ReportParameter object to add to the collection.

Return Value

A new ReportParameter object.
See Also

Reference

ReportParameterCollection Class
ReportParameterCollection Members