ActiveReports 12
CopyTo Method (ControlCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ControlCollection Class : CopyTo Method
The array containing the copied controls.

The insertion index in the collection.

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

Reference

ControlCollection Class
ControlCollection Members