Header and Group Header not in place

Stimulsoft Reports.NET discussion
Post Reply
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Header and Group Header not in place

Post by fkmfkm »

I have these in design:

Page Header
Group Header
Header
Data
Report Summary

But its generated as:

Page Header
Header
Group Header
Data
Report Summary

Why is the header and group header's position being swapped ?

Guest
Posts: 182
Joined: Tue Jun 06, 2006 8:04 am

Header and Group Header not in place

Post by Guest »

The Header print one time before the Data, but the GroupHeader print for each group of records of the Data. So a GroupHeader print after a Header in any case.

Thank you.
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Header and Group Header not in place

Post by fkmfkm »

OK I think I understand...

I will just move those column header to the group header. So it will print together..
Post Reply