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

Glossary Item Box

Copies the elements of the SortByCollection to a new array.

Syntax

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

Return Value

An array of SortBy objects containing copies of the objects in the SortByCollection.

See Also