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

Glossary Item Box

Copies the objects in the ReportItemCollection to an array, starting at the indicated Array index. 

Overload List

OverloadDescription
CopyTo(Array,Int32)Copies the objects in the ReportItemCollection to an array, starting at the indicated Array index.   
CopyTo(ReportItem[],Int32)Copies the objects in the ReportItemCollection to a ReportItem array, starting at the indicated Array index.  

See Also