Grouping with headers for each group

Stimulsoft Reports.NET discussion
Post Reply
cmcardle75
Posts: 19
Joined: Thu Dec 03, 2009 10:38 am

Grouping with headers for each group

Post by cmcardle75 »

I want to do a grouped report with headers output before each set of data. However, when I put a header band between the group header and the data, it moves the header band above the group whilst rendering. Is it possible to keep the header band directly above the data (obviously outputing multiple times, once per group).

i.e. my intended rendered sequence is:

Group 1
Data header
Data (group 1)
Group 2
Data header
Data (group 2)
(...)

What I always seem to be getting is:
Data header
Group 1
Data (group 1)
Group 2
Data (group 2)

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Grouping with headers for each group

Post by Edward »

Hi

Please place a Child Band instead of the Header Band.

Thank you.
Yasser Mohammed ElSayed
Posts: 8
Joined: Mon Dec 14, 2009 7:43 am
Location: Alexandria

Grouping with headers for each group

Post by Yasser Mohammed ElSayed »

hiii,
I have the same problem but my problem i have 2 data sources one for the group and the other one is for the header
ex

Group 1(from datasource1)
Data header(from datasource2)
Data (group 1 from datasource1)
Group 2
Data header
Data (group 2)
(...)

thanks
Yasser MOhammed ElSayed
Senior Software Engineer
Irange.net
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Grouping with headers for each group

Post by Edward »

Hi Yasser,

Could you please to create your requred report in the Demo.exe sample application which comes with a standard installation of Stimulsoft Reports.Net and to attach in this topic.

There is no clear how datasources are connected with each other.

Also please see 'Master-Detail with Groups' report in 'Reports with groups' section.

Thank you.
Post Reply