See Also

ControlCollection Class  | ControlCollection Members

Language

Visual Basic

C#

Show All

values
The array containing the copied controls.
index

The insertion index in the collection.

See Also Languages ActiveReports Send feedback to Data Dynamics

CopyTo Method

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

[Visual Basic]
Public Sub CopyTo( _    ByVal values() As ARControl, _    ByVal index As Integer _ )
[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

ControlCollection Class  | ControlCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.