[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.ToArray

ToArray Method

ToArray()

Copies the elements of the ReportItemCollection to a new array.

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

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

Examples
ReportItemCollection collection = new ReportItemCollection();
ReportItem[] array = collection.ToArray();