user2902974
user2902974

Reputation: 13

Hide report footer on second page in Crystal report?

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

Answers (2)

Water
Water

Reputation: 13

if you checked "Clamp Page Footer", the second and last page's height will be cut to shrink!

Upvotes: 0

campagnolo_1
campagnolo_1

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:

  1. Put your footer text in the page footer
  2. Open the section expert and put WhilePrintingRecords; PageNumber > 1 in the Suppress Formula field.
  3. Check "Suppress Blank Section"
  4. Check "Clamp Page Footer"

That should only show the footer on the first page and eliminate blank spaces on subsequent pages.

Hope that helps,

Chris

Upvotes: 1

Related Questions