ActiveReports 8
CopyTo(Array,Int32) Method
See Also 
GrapeCity.ActiveReports.Document.v8 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > CopyTo Method : CopyTo(Array,Int32) Method

array

 The array that is the destination of the elements copied from the current pages collection.

index

 A 32-bit integer that represents the index in pages collection at which copying begins.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overloads Sub CopyTo( _
   ByVal array As System.Array, _
   ByVal index As System.Integer _
) 
C# 
public void CopyTo( 
   System.Array array,
   System.int index
)

Parameters

array

 The array that is the destination of the elements copied from the current pages collection.

index

 A 32-bit integer that represents the index in pages collection at which copying begins.

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