ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PagesCollection Class / CopyTo Method / CopyTo(Array,Int32) Method

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

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


In This Topic
    CopyTo(Array,Int32) Method
    In This Topic

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

    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal array As Array, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       Array array,
       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.

    See Also