ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportComponentCollection Class / CopyTo Method
The array to which to copy the collection.
The position at which to start copying.

In This Topic
    CopyTo Method (ReportComponentCollection)
    In This Topic
    Copies the collection to an System.Array.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array As Array, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       Array array,
       int index
    )

    Parameters

    array
    The array to which to copy the collection.
    index
    The position at which to start copying.
    See Also