ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SortByCollection Class / ToArray Method

In This Topic
    ToArray Method (SortByCollection)
    In This Topic
    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