ActiveReports Developer 7
AddRange Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > FilterCollection Class : AddRange Method

collection

The FilterCollection to add to the current collection.

Glossary Item Box

Adds a FilterCollection to the existing FilterCollection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal collection As FilterCollection _
) 
C# 
public void AddRange( 
   FilterCollection collection
)

Parameters

collection

The FilterCollection to add to the current collection.

See Also