ActiveReports 8
CopyTo Method
See Also 
GrapeCity.ActiveReports.Document.v8 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.  

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also