ActiveReports 9
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ControlCollection Class
ControlCollection Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum