ActiveReports 10
CopyTo Method (ParameterCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterCollection Class : CopyTo Method
destination
starting point.
Copies this collection of Parameter items to the array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Parameter, _
   ByVal arrayIndex As Integer _
) 
public void CopyTo( 
   Parameter[] array,
   int arrayIndex
)

Parameters

array
destination
arrayIndex
starting point.
See Also

Reference

ParameterCollection Class
ParameterCollection Members