ActiveReports 12
CopyTo Method (ParameterCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ParameterCollection Class : CopyTo Method
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 Integer _
) 
public void CopyTo( 
   Parameter[] array,
   int arrayIndex
)

Parameters

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

Reference

ParameterCollection Class
ParameterCollection Members