ActiveReports 12
AddRange Method (ReportItemCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class : AddRange Method

The ReportItemCollection object to add.

Adds a ReportItemCollection to the existing ReportItemCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of ReportItem) _
) 
public void AddRange( 
   IEnumerable<ReportItem> collection
)

Parameters

collection

The ReportItemCollection object to add.

See Also

Reference

ReportItemCollection Class
ReportItemCollection Members