[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageCollection.CopyTo

CopyTo Method

CopyTo(Page[], int)

Copies the objects in the PageCollection to a Page array, starting at the specified array index.

Declaration
public void CopyTo(Page[] array, int arrayIndex)
Parameters
Type Name Description
Page[] array

An one-dimensional array of the Page objects that is the destination of the elements copied from the PageCollection. The array must have zero-based indexing.

int arrayIndex

A zero-based int index in the array at which copying begins.

Implements