Sikandar Sahab
Sikandar Sahab

Reputation: 708

Crystal Report - printing an extra page

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

Upvotes: 1

Views: 4343

Answers (4)

kishor patel
kishor patel

Reputation: 11

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.

Upvotes: 1

11311212
11311212

Reputation: 76

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.

Upvotes: 1

Hexxx
Hexxx

Reputation: 423

Try this in your Report Footer section.

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

use NOT OnLastRecord in the formula.

Upvotes: 1

Ajay2707
Ajay2707

Reputation: 5808

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

Upvotes: 0

Related Questions