1

Could anybody please tell me what's the problem with these crystal reports?

When I print the report, it prints two pages like in the image. I want to remove the last page printed.

enter image description here

Ajay2707
  • 5,690
  • 6
  • 40
  • 58
Sikandar Sahab
  • 638
  • 3
  • 10
  • 27
  • Do you have a group section in the report? Post the report screenshot for us to help you – Hexxx May 24 '17 at 06:03

4 Answers4

1

Try this in your Report Footer section.

Section Expert --> Paging Tab -->New Page After

use NOT OnLastRecord in the formula.

Hexxx
  • 413
  • 5
  • 13
1

If you do not mind for the second box at the bottom appear a little higher position that current position, you may go to the section expert of the section that display that box, and clear "Print at the bottom" checkbox.

Result : The second box appear at higher position, and second page not appear.

11311212
  • 76
  • 8
1

I was also facing the same issue.
After lots of surfing, the issue got solved by following below steps:

  1. Remove unnecessary sections.

  2. Remove unnecessary grouping.

  3. Suppress Report Footer Section.

Dharman
  • 30,962
  • 25
  • 85
  • 135
0

You have to suppress the blank section via

To suppress/hide a section:

Right-click on the section name on the left -> Select one of the two options:

  1. Hide (Drill-Down OK): this option allows you to double-click on the section in the report preview to see the hidden values
  2. Suppress (No Drill-Down): this option does not allow you to see the hidden values in the report preview

https://www.kb.blackbaud.com/articles/Article/38218

Crystal Reports Printing blank page

Crystal Report - Last Page is blank

Ajay2707
  • 5,690
  • 6
  • 40
  • 58