GroupheaderBand and HeaderBand order

Stimulsoft Reports.Flex discussion
Locked
dennislee
Posts: 14
Joined: Tue Apr 02, 2013 5:41 am

GroupheaderBand and HeaderBand order

Post by dennislee »

Hi,

I am trying to produce a report having a layout with:
ReportTitleBand1
GroupHeaderBand1
HeaderBand1
DataBand1
in this sequence and expect the preview will produce something like this:

Report: Employee list
Finance department
Staff# Staff name Gender
101 John Smith Male
102 Paul Smith Male

Human Resources department
Staff# Staff name Gender
103 Ann Smith Female
104 May Smith Female

but, it turned out as:

Report: Employee list
Staff# Staff name Gender
Finance department
101 John Smith Male
102 Paul Smith Male

Human Resources department
103 Ann Smith Female
104 May Smith Female

in which HeaderBand1 is before GroupHeaderBand1 and HeaderBand1 printed once. Please advise how to fix this such that it produce something like this:
Report: Employee list
Finance department
Staff# Staff name Gender
101 John Smith Male
102 Paul Smith Male

Human Resources department
Staff# Staff name Gender
103 Ann Smith Female
104 May Smith Female

Thanks very much!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: GroupheaderBand and HeaderBand order

Post by HighAley »

Hello.

You don't heed the header.
Please, try to move all text components from Header to Group Header.

Thank you.
dennislee
Posts: 14
Joined: Tue Apr 02, 2013 5:41 am

Re: GroupheaderBand and HeaderBand order

Post by dennislee »

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: GroupheaderBand and HeaderBand order

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you will need any additional help.

Thank you.
Locked