Can I change the display order of columns in a Group Header Band?

Stimulsoft Reports.NET discussion
Post Reply
alzahbya
Posts: 1
Joined: Thu Jul 10, 2025 6:27 am

Can I change the display order of columns in a Group Header Band?

Post by alzahbya »

Hi, I’m working with a Group Header Band in Stimulsoft Reports.JS and I’d like to know if it’s possible to change the display order of the columns that are displayed in the report.

For example, I currently have this layout:

Code: Select all

Employee Name | Department | Hire Date
But I’d like to display the columns in this order instead:

Code: Select all

Department | Hire Date| Employee Name
Is there a property or setting (either in the designer or via code) that allows me to rearrange how the columns appear visually in the group header, without having to restructure the data itself?

I've checked the band and component properties but haven’t found an option for reordering.
Lech Kulikowski
Posts: 7308
Joined: Tue Mar 20, 2018 5:34 am

Re: Can I change the display order of columns in a Group Header Band?

Post by Lech Kulikowski »

Hello,

It's not entirely clear what the problem is. You can simply move the text components onto the DataBand itself.

Thank you.
Post Reply