Nuru Salihu
Nuru Salihu

Reputation: 4928

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.

Upvotes: 4

Views: 8547

Answers (2)

Sivashankar
Sivashankar

Reputation: 544

I know this late but it may be useful for someone in future by using Emanuele Greco above answer it is showing last page as blank to avoid last page as blank

Right Click on the Report Footer and choose Hide.It works for me

Upvotes: 0

Emanuele Greco
Emanuele Greco

Reputation: 12721

  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.

Upvotes: 5

Related Questions