ActiveReports Developer 7
Add Method (FilterCollection)

The Filter object to add to the collection.

Adds a Filter object to the FilterCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As Filter _
) As System.Integer
public System.int Add( 
   Filter value
)

Parameters

value

The Filter object to add to the collection.

Return Value

A new Filter object.
See Also

Reference

FilterCollection Class
FilterCollection Members