Page 1 of 1

Change order of Group headers by code

Posted: Thu Mar 30, 2023 10:58 am
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.

Re: Change order of Group headers by code

Posted: Fri Mar 31, 2023 1:37 pm
by Lech Kulikowski
Hello,

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

Thank you.