See Also

LegendItemsCollection Class  | LegendItemsCollection Members

Language

Visual Basic

C#

Show All

array
The one-dimensional array that is the destination of the LegendItems copied from the collection. The array must have zero-based indexing.
index
The zero-based index in the array at which copying begins.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

CopyTo Method

[Visual Basic]
Public Sub CopyTo( _    ByVal array() As LegendItem, _    ByVal index As Integer _ )
[C#]
public void CopyTo(    LegendItem[] array,    int index );

Parameters

array
The one-dimensional array that is the destination of the LegendItems copied from the collection. The array must have zero-based indexing.
index
The zero-based index in the array at which copying begins.

Return Type

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

See Also

LegendItemsCollection Class  | LegendItemsCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.