ActiveReports Developer 7
CopyTo Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class : CopyTo Method

Glossary Item Box

Copies pages from the collection to an array, starting at a particular array index.

Overload List

OverloadDescription
CopyTo(Array,Int32)

Copies pages from the collection to an array, starting at a particular array index.

 
CopyTo(Page[],Int32)Copies an array of Page objects to PagesCollection from the specified index.  

See Also