ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollection Class / CopyTo Method / CopyTo(Array,Int32) Method
An one-dimensional array that is the destination of the objects copied from the ReportItemCollection. The array must have zero-based indexing.
A zero-based System.Int32 index in the array at which copying begins.

In This Topic
CopyTo(Array,Int32) Method
In This Topic
Copies the objects in the ReportItemCollection to an array, starting at the specified array index.
Syntax
'Declaration
 
Public Overloads Overridable Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
 

Parameters

array
An one-dimensional array that is the destination of the objects copied from the ReportItemCollection. The array must have zero-based indexing.
index
A zero-based System.Int32 index in the array at which copying begins.
See Also