Page 1 of 2
ReportSummary at bottom
Posted: Mon Nov 06, 2006 2:59 am
by René van den Berg
Hello,
For a customer I need to put the invoicetotal on the bottom of the final page. How do I do that?
Thanx,
René
ReportSummary at bottom
Posted: Mon Nov 06, 2006 7:58 am
by Vital
1. Add to your report FooterBand.
2. Set property FooterBand.PrintOnAllPages to false
3. Set property FooterBand.PrintAtBottom to true
4. Place on FooterBand textbox.
5. In textbox type your aggregate function, for example: {Sum(Products.Amount)}
Thank you.
ReportSummary at bottom
Posted: Tue Nov 07, 2006 3:58 pm
by René van den Berg
Hi Vital,
I tried your solution but it only works on reports which have 1 databand. My invoice report needs to have to databands. The structure is Invoice -> Orders -> Orderlines. What happens if I set the footer as you proposed is that after every Order I get a FooterBand and the final Footerband prints at the bottom. What I want is 1 FooterBand on the bottom of the last page. Is there any other way I can do this? I tried to add a PageFooterBand and only make it visible at the last page (via the OnBeforePrint event), but I didn't succeed because there is no way in determining the last page. Please help.
Thanks in advance,
René
ReportSummary at bottom
Posted: Tue Nov 07, 2006 4:24 pm
by Vital
You can use property PrintOn of text (from version 2006.4). Place on PageFooterBand text and set property PrintOn of text to OnlyLastPage.
Thank you.
ReportSummary at bottom
Posted: Wed Nov 08, 2006 3:07 am
by René van den Berg
Thanks will try that. Just one question: why not make a property on the ReportSummaryBand to print on the last page? I would make it more intuitive.
Greetings,
René
ReportSummary at bottom
Posted: Thu Nov 09, 2006 3:54 am
by Edward
Did you mean PrintAtBottom property of the SummaryBand?
Thank you.
ReportSummary at bottom
Posted: Thu Nov 09, 2006 4:41 am
by René van den Berg
Yes that is what I mean. Is that possible?
Greetings René
ReportSummary at bottom
Posted: Fri Nov 10, 2006 7:12 am
by Vital
In Monday it will be available.
Thank you.
ReportSummary at bottom
Posted: Sat Nov 11, 2006 3:55 am
by René van den Berg
Great! Thanks.
Don't work too hard in the weekend :grinder:
René
ReportSummary at bottom
Posted: Sat Nov 11, 2006 4:07 am
by Vital
We will try!