Last Page
Posted: Thu Sep 07, 2006 12:32 pm
With this.PageNumber I get the current page? How dow I know if the last page is rendered?
Thanks!
Thanks!
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Please try the PrintOn property of StiText and other simple report's components.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