See Also

FieldCollection Class  | FieldCollection Members

Language

Visual Basic

C#

Show All

fields
The array containing the copied fields.
index
The insertion index in the collection.
See Also Languages ActiveReports Send feedback to Data Dynamics

CopyTo Method

Copies fields from the collection to an array, starting at a particular array index.

[Visual Basic]
Public Sub CopyTo( _    ByVal fields() As Field, _    ByVal index As Integer _ )
[C#]
public void CopyTo(    Field[] fields,    int index );

Parameters

fields
The array containing the copied fields.
index
The insertion index in the collection.

See Also

FieldCollection Class  | FieldCollection Members

 

 


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