ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ControlCollection Class / CopyTo Method
The array containing the copied controls.

The insertion index in the collection.


In This Topic
    CopyTo Method (ControlCollection)
    In This Topic
    Copies the controls collection from the specified report to a controls collection at the specified index.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal values() As ARControl, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       ARControl[] values,
       int index
    )

    Parameters

    values
    The array containing the copied controls.
    index

    The insertion index in the collection.

    See Also