ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LayerCollection Class / CopyTo Method
The array.
Index of the array.

In This Topic
    CopyTo Method (LayerCollection)
    In This Topic
    Copies the elements of the LayerCollection to an System.Array, starting at a particular System.Array index.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As Layer, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       Layer[] array,
       int arrayIndex
    )

    Parameters

    array
    The array.
    arrayIndex
    Index of the array.
    See Also