Search code examples
crystal-reports

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.


Solution

  • 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