Search code examples
crystal-reports

How to print only the first page in Crystal Report?


I have a crystal report and would like to print only the first page regardless of the number of pages. That is if the report have five pages, i want only the first page to be returned.

I thought i could achieved that by section expert, however, my report have few sub reports. Please how to i return only one page regardless of the report size. Any help would be appreciated.


Solution

    1. Choose Section Expert
    2. For very section set a Suppress formula
      [click X-2 button in Suppress (no drill-down) line]
    3. type this frmula PageNumber >1
      that means suppress this section if page number is greater than one.

    That's all.