MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterValueCollection Class / CopyTo Method
destination
starting point.

In This Topic
CopyTo Method (ParameterValueCollection)
In This Topic
Copies this collection of ParameterValue items to the array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As ParameterValue, _
   ByVal arrayIndex As Integer _
) 
 

Parameters

array
destination
arrayIndex
starting point.
See Also