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

collection

The ReportItemCollection object to add.

Glossary Item Box

Adds a ReportItemCollection to the existing ReportItemCollection.

Syntax

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

Parameters

collection

The ReportItemCollection object to add.

See Also