ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class / CopyTo Method

In This Topic
    CopyTo Method (PageCollection)
    In This Topic
    Copies the array of page object.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As Page, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       Page[] array,
       int arrayIndex
    )

    Parameters

    array
    arrayIndex
    See Also