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

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

Glossary Item Box

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

Syntax

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

Parameters

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

See Also