How to print only the first page in Crystal Report?
crystal-reports
Solution
- Choose Section Expert
- For very section set a `Suppress formula` [click `X-2` button in `Suppress (no drill-down)` line]
- type this frmula `PageNumber >1` that means suppress this section if page number is greater than one.
That's all.
Problem
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.