Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Printing Report Footer At the End Of Last Page(Detail Section) In Crystal Report

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

like image 253
Syed Muhammad Mubashir Avatar asked Sep 13 '25 10:09

Syed Muhammad Mubashir


1 Answers

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.
like image 170
Syed Muhammad Mubashir Avatar answered Sep 17 '25 19:09

Syed Muhammad Mubashir