ActiveReports 12
CopyTo Method (ExpressionInfoCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ExpressionInfoCollection Class : CopyTo Method
The one-dimensional System.Array that is the destination of the elements copied from ExpressionInfoCollection. The System.Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the elements of the ExpressionInfoCollection to an System.Array, starting at a particular System.Array index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As ExpressionInfo, _
   ByVal arrayIndex As Integer _
) 
public void CopyTo( 
   ExpressionInfo[] array,
   int arrayIndex
)

Parameters

array
The one-dimensional System.Array that is the destination of the elements copied from ExpressionInfoCollection. The System.Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
See Also

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members