ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class / CopyTo Method
An one-dimensional array of the Page objects that is the destination of the elements copied from the PageCollection. The array must have zero-based indexing.
A zero-based System.Int32 index in the array at which copying begins.

In This Topic
    CopyTo Method (PageCollection)
    In This Topic
    Copies the objects in the PageCollection to a Page array, starting at the specified array index.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As Page, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       Page[] array,
       int arrayIndex
    )

    Parameters

    array
    An one-dimensional array of the Page objects that is the destination of the elements copied from the PageCollection. The array must have zero-based indexing.
    arrayIndex
    A zero-based System.Int32 index in the array at which copying begins.
    See Also