ActiveReports Developer 7
CopyTo Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendsCollection Class : CopyTo Method

array
The array to which to copy the collection.
index
The index from which to start copying.

Glossary Item Box

Copies the entire collection to an array, starting at the specified index of the target array.

Syntax

Visual Basic (Declaration) 
Public Sub CopyTo( _
   ByVal array() As Legend, _
   ByVal index As System.Integer _
) 
C# 
public void CopyTo( 
   Legend[] array,
   System.int index
)

Parameters

array
The array to which to copy the collection.
index
The index from which to start copying.

See Also