ActiveReports Developer 7
ReportItemCollection Constructor(ReportItemCollection)
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class > ReportItemCollection Constructor : ReportItemCollection Constructor(ReportItemCollection)

copy
A ReportItemCollection containing the values to copy into the new collection.

Glossary Item Box

Initializes a new instance of the ReportItemCollection class and pre-populates the collection with a passed-in ReportItemCollection.  

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal copy As ReportItemCollection _
)
C# 
public ReportItemCollection( 
   ReportItemCollection copy
)

Parameters

copy
A ReportItemCollection containing the values to copy into the new collection.

See Also