ActiveReports Developer 7
AddRange Method (FilterCollection)

The FilterCollection to add to the current collection.

Adds a FilterCollection to the existing FilterCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As FilterCollection _
) 
public void AddRange( 
   FilterCollection collection
)

Parameters

collection

The FilterCollection to add to the current collection.

See Also

Reference

FilterCollection Class
FilterCollection Members