ActiveReports 8
Add Method (ReportParameterCollection)

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 System.Integer
public System.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

Support Forum