CopyTo(Array,Int32) Method
Copies the objects in the
ReportItemCollection to an array, starting at the specified array index.
public virtual void CopyTo(
Array ,
int
)
'Declaration
Public Overloads Overridable Sub CopyTo( _
ByVal As Array, _
ByVal 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.