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

Glossary Item Box

Copies the elements of the ReportItemCollection to a new array.

Syntax

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

Return Value

An array of ReportItem objects containing copies of the elements in the ReportItemCollection.

See Also