ActiveReports 9
CopyTo Method (ParameterCollection)

The array to copy to.
The starting index in destination array.
Copies contents of this collection to given array starting from specified index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Parameter, _
   ByVal arrayIndex As System.Integer _
) 
public void CopyTo( 
   Parameter[] array,
   System.int arrayIndex
)

Parameters

array
The array to copy to.
arrayIndex
The starting index in destination array.
See Also

Reference

ParameterCollection Class
ParameterCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum