Search found 1 match

by raonibz
Thu Mar 30, 2023 10:58 am
Forum: Stimulsoft Reports.WPF
Topic: Change order of Group headers by code
Replies: 1
Views: 8332

Change order of Group headers by code

Hello, I would like to change the order between the Group Headers that I have.

For example:

In the layout I have:
GH1
GH2
GH3

Changed:
GH2
GH1
GH3

I would like to change the order by code, so I can use it dynamically by the filter passed.

Thanks.