ActiveReports Developer 7
ToArray Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollection Class : ToArray Method

Glossary Item Box

Copies the elements of the PageCollection to a new array.

Syntax

Visual Basic (Declaration) 
Public Function ToArray() As Page()
C# 
public Page[] ToArray()

Return Value

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

See Also