Reputation: 2985
I'm using a DevExpress-GridControl with built-in sorting. When exporting the data to a Report I want to use the sorted data from the grid. The binding-/datasource representing the data stays unsorted.
Is there a way to get the data in a sorted order?
Thanks in advance Tobias
Upvotes: 0
Views: 1531
Reputation: 17848
I believe this sample will be helpful:
How to convert an XtraGrid to an XtraReport at runtime
Upvotes: 0