Page 1 of 1

Last Page

Posted: Thu Sep 07, 2006 12:32 pm
by EDV Gradl
With this.PageNumber I get the current page? How dow I know if the last page is rendered?

Thanks!

Last Page

Posted: Thu Sep 07, 2006 2:54 pm
by Vital
StimulReport render report in one pass. Count of the pages will be known only after that as whole report will is render.
So you can't detect last page. But you can use special methodics to solve this problem. Can you describe what you need do?
We will provide solution for you.

Thank you.

Last Page

Posted: Mon Sep 11, 2006 1:01 am
by EDV Gradl
I have a data band and a footer band with Print on all pages = true. If all data in the data band has been printed, I would like to print something different in the footer band as on the previous pages. But somehow the footer is calculated before the data, so the variable I use does not work.

Thanks

Last Page

Posted: Mon Sep 11, 2006 2:23 am
by Edward
EDV wrote:I have a data band and a footer band with Print on all pages = true. If all data in the data band has been printed, I would like to print something different in the footer band as on the previous pages. But somehow the footer is calculated before the data, so the variable I use does not work.

Thanks
Please try the PrintOn property of StiText and other simple report's components.
If it property does not helps, please provide us with more details about your report.
Thanks.