ActiveReports 9
CopyTo Method (ParameterCollection)

destination
starting point.
Copies this collection of Parameter items to the array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Parameter, _
   ByVal arrayIndex As System.Integer _
) 
public void CopyTo( 
   Parameter[] array,
   System.int arrayIndex
)

Parameters

array
destination
arrayIndex
starting point.
See Also

Reference

ParameterCollection Class
ParameterCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum