ActiveReports 8
Add Method (ParameterCollection)

The Parameter object to add to the collection.
Adds a  Parameter object to the ParameterCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As Parameter _
) As System.Integer
public System.int Add( 
   Parameter value
)

Parameters

value
The Parameter object to add to the collection.

Return Value

A new Parameter object.
See Also

Reference

ParameterCollection Class
ParameterCollection Members

Support Forum