Sorting is another way to organize data in ascending or descending order.
In FlexReport, sorting is achieved by using DataSource.SortDefinitions.
Lets say you want to view the list of employees with their names in ascending order. In this case the list should be sorted by First Name. The following steps illustrate how to Sort the names of the list of employees in alphabetical order. This example uses sample created in FlexReport Quick Start.