ActiveReports 8
CopyTo Method (ControlCollection)

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 System.Integer _
) 
public void CopyTo( 
   ARControl[] values,
   System.int index
)

Parameters

values
The array containing the copied controls.
index

The insertion index in the collection.

See Also

Reference

ControlCollection Class
ControlCollection Members

Support Forum