ActiveReports Developer 7
ReportItemCollection Constructor(ReportItemCollection)

A ReportItemCollection containing the values to copy into the new collection.
Initializes a new instance of the ReportItemCollection class and pre-populates the collection with a passed-in ReportItemCollection.  
Syntax
'Declaration
 
Public Function New( _
   ByVal copy As ReportItemCollection _
)
public ReportItemCollection( 
   ReportItemCollection copy
)

Parameters

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

Reference

ReportItemCollection Class
ReportItemCollection Members
Overload List