Copies the objects in the ReportItemCollection to an array, starting at the indicated Array index.
Syntax
'Declaration
Public Overloads Overridable Sub CopyTo( _
ByVal As Array, _
ByVal As Integer _
)
public virtual void CopyTo(
Array ,
int
)
Parameters
- array
- The one-dimensional Array that is the destination of the objects copied from the ReportItemCollection. The Array must have zero-based indexing.
- index
- The zero-based Integer index in the array at which copying begins.
See Also