Reputation: 13
I want to show report page footer on only first page and not on second page.I mean hide page footer on second page not suppress.Because of suppress I have facing space problem on second page.So, give me answer about these.
Upvotes: 0
Views: 6535
Reputation: 13
if you checked "Clamp Page Footer", the second and last page's height will be cut to shrink!
Upvotes: 0
Reputation: 2750
Depending on your version of Crystal Reports (I'm using CR 2008 Version 12.0.0) you can achieve this by doing the following:
WhilePrintingRecords; PageNumber > 1
in the Suppress Formula field.That should only show the footer on the first page and eliminate blank spaces on subsequent pages.
Hope that helps,
Chris
Upvotes: 1