ActiveReports 12
ToArray Method (SortByCollection)

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

Return Value

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

Reference

SortByCollection Class
SortByCollection Members