Page 1 of 1

How to change CrossTab row position

Posted: Sat Sep 16, 2023 1:17 pm
by mroshdy
Hi

I have been created a CrossTab report that show employees working day status.
W: For working days.
N: For not working days.

But I need to change department column to be at the end of CrossTab as shown in the attached picture.

I attached the report file and json data source.

Also I use the reporting tool for Angular to show this report while the server side application is ASP.NET web API app.

How can I change the row position in design time or even in run time ??!!!

Waiting for your reply ASAP.

Thank you very much.

Re: How to change CrossTab row position

Posted: Sun Sep 17, 2023 12:03 pm
by mroshdy
Waiting for your support

Re: How to change CrossTab row position

Posted: Mon Sep 18, 2023 10:43 am
by Lech Kulikowski
Hello,

Please try to set the RightToLeft=true property for the Cross-Tab component.

Thank you.

Re: How to change CrossTab row position

Posted: Tue Sep 26, 2023 3:34 am
by claudejeter
OK that answers it, thank you.

Re: How to change CrossTab row position

Posted: Wed Sep 27, 2023 8:05 am
by Lech Kulikowski
Hello,

You are welcome.