Reputation: 1016
I am working in Cystal Report 10. I have a requirement to print the Report Footer To The Remaining of Last Page(Of Details Section). In my case the report footer is being printed on the new page. Lots Of Thanks In Advance
Upvotes: 4
Views: 27136
Reputation: 1016
I have solved the problem by Adding page Footer Instead Of Report Footer And writing following Suppress Formula for my Page Footer.
Suppress Formula
PageNumber <> TotalPageCount.
Upvotes: 16
Reputation: 3850
Not sure I understand fully but I have solved similar problems by moving the report to a new page footer section and suppressing the new page footer section on all but the last page using Not onLastRecord
in the section suppression formula.
Upvotes: 0