Adding Second Databand to Report

Stimulsoft Reports.Flex discussion
Locked
tmac16
Posts: 12
Joined: Fri Sep 24, 2010 8:19 am

Adding Second Databand to Report

Post by tmac16 »

Are there issues with adding a second databand to a report when they are between a group header and group footer bands? I currently have a group header, data band, then group footer band with sum's in the footer. When I add a second data band and make the master component the first data band, my footer disappears and I lose my sum's. Is there something else i should be doing?

Attached is the current report I am using.
Attachments
1089.FinalSettlement.mrt
(137.6 KiB) Downloaded 374 times
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Adding Second Databand to Report

Post by Ivan »

Hello,

Please move the DataBand1 and place it after the GroupFooterBand1.

Thank you.
tmac16
Posts: 12
Joined: Fri Sep 24, 2010 8:19 am

Adding Second Databand to Report

Post by tmac16 »

But then wouldn't my totals line be before the details i want to dispaly?
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Adding Second Databand to Report

Post by Andrew »

Hello,

Headers/Footers are associated with those bands, which are located closer.
But Footers/GroupFooters always appear after the detail bands.

Thank you.
Locked