ActiveReports Developer 7
Remove Method (FilterCollection)

The Filter object to remove.

Removes the specified Filter object from the FilterCollection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As Filter _
) 
public void Remove( 
   Filter value
)

Parameters

value

The Filter object to remove.

See Also

Reference

FilterCollection Class
FilterCollection Members