ActiveReports 12
CopyTo Method (ReportComponentCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportComponentCollection Class : CopyTo Method
The array to which to copy the collection.
The position at which to start copying.
Copies the collection to an System.Array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
public void CopyTo( 
   Array array,
   int index
)

Parameters

array
The array to which to copy the collection.
index
The position at which to start copying.
See Also

Reference

ReportComponentCollection Class
ReportComponentCollection Members