[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageCollection.ToArray

ToArray Method

ToArray()

Copies the elements of the PageCollection to a new array.

Declaration
public Page[] ToArray()
Returns
Type Description
Page[]

An array of Page objects containing copies of the elements in the PageCollection.

Examples
PageCollection collection = new PageCollection();
Page[] array = collection.ToArray();