ActiveReports3 Request technical support
CopyTo Method
See Also 


values
The array containing the copied controls.
index

The insertion index in the collection.

Copies the controls collection from the specified report to a controls collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub CopyTo( _
   ByVal values() As ARControl, _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As ControlCollection
Dim values() As ARControl
Dim index As Integer
 
instance.CopyTo(values, index)
C# 
public void CopyTo( 
   ARControl[] values,
   int index
)

Parameters

values
The array containing the copied controls.
index

The insertion index in the collection.

See Also