Sorting data is one of the most important data processing tools. We can say, it is the basis of the analysis. Analysing chaotic output data is almost impossible. Therefore, sorting provides all the tools that work with data. This also applies to reporting tools. After all, the data source may provide the report data is not sorted, or sorted, but not in the required field, not in the order.
The documentation for FastReport .NET outlines two ways to sort: sorting group values, sorting data in the Data band.
The first type of sorting is available to us when we create a group, namely when setting up the Group Headline band. When you choose the field you're going to group on, you can sort it right away.
There are three sorting options available: no sorting, ascending, descending.
But if we talk about sorting basic data in the data bin, we can access more ...