See Also

PagesCollection Class  | PagesCollection Members

Language

Visual Basic

C#

Show All

values
The one-dimensional array that is the destination of the Page elements copied from the collection.
index
The zero-based index in the array at which copying begins.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

CopyTo Method

Copies pages from the collection to an array, starting at a particular array index.

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

Parameters

values
The one-dimensional array that is the destination of the Page elements copied from the collection.
index
The zero-based index in the array at which copying begins.

See Also

PagesCollection Class  | PagesCollection Members

 

 


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