carry over in nested groups

Stimulsoft Reports.NET discussion
Post Reply
Andreas Tastler
Posts: 63
Joined: Fri Jul 17, 2009 5:00 am
Location: St. Gallen, Switzerland

carry over in nested groups

Post by Andreas Tastler »

Hi all


I have the following groups in my report.

Group 1 Header
Group 2 Header
Detail
Group 2 Footer
Group 2 Carry Over
Group 1 Footer

The carry over should display running total of group 1 (at the end of the page or right after the group 2 footer) but only if there is a page break for group 1.
Is there a way to find out, if a rendered group 2 footer is the last on a page and if there is a next group 2 header to be rendered?

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

carry over in nested groups

Post by Edward »

Hi

In that case you need to place a Footer Band right after your DataBand and set PrintAtBottom property of it in true and to use SumRunning function in this footer.

If you would not receive the result you were after, could you please send a report template and data for it to support[at]stimulsoft.com and we will try to solve your task.


Thank you.
Post Reply