Sorting UserDataSet from report

How do I allow users to sort data in the reports through the designer?

My data is contained in UserDataSets. While I can control the order of the data in the back end, I don't know how to give that option in the interface to the user.

Is there a way to modify the DataBand editing form to have a set of comboboxes that specifies a field to sort by, and the direction?

Leave a Comment