Change order of Group headers by code

Stimulsoft Reports.WPF discussion
Post Reply
raonibz
Posts: 1
Joined: Thu Mar 30, 2023 10:47 am

Change order of Group headers by code

Post by raonibz »

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.
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Change order of Group headers by code

Post by Lech Kulikowski »

Hello,

You can change groups ordering in the report.Pages[0].Components by code.

Thank you.
Post Reply