ActiveReports 12
ToArray Method (PageCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollection Class : ToArray Method
Copies the elements of the PageCollection to a new array.
Syntax
'Declaration
 
Public Function ToArray() As Page()
public Page[] ToArray()

Return Value

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

Reference

PageCollection Class
PageCollection Members