ActiveReports 9
CopyTo Method (ExpressionInfoCollection)

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 System.Integer _
) 
public void CopyTo( 
   ExpressionInfo[] array,
   System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum