In our last blog, we discussed how to customize the PageFooter in C1Reports. As the title suggests, lets discuss the approach to customize the PageFooter in Continuous Page Layout (CPL) in ActiveReports.
For demonstration purpose, lets consider an example where the report displays a ‘Continued on Next Page…’ text on PageFooters on all pages and the last page displays ‘End of Report’ text in the PageFooter.
To implement this behavior, we need to add two TextBox controls in the PageFooter of the report and toggle their visibility using the Hidden property in a way that their content is displayed on all but the last page of the report or vice-versa. Follow the steps mentioned below :