ActiveReports 12
CopyTo Method (LayerCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > LayerCollection Class : CopyTo Method
The array.
Index of the array.
Copies the elements of the LayerCollection to an System.Array, starting at a particular System.Array index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Layer, _
   ByVal arrayIndex As Integer _
) 
public void CopyTo( 
   Layer[] array,
   int arrayIndex
)

Parameters

array
The array.
arrayIndex
Index of the array.
See Also

Reference

LayerCollection Class
LayerCollection Members