Reputation: 708
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.
Upvotes: 1
Views: 4343
Reputation: 11
I was also facing the same issue.
After lots of surfing, the issue got solved by following below steps:
Remove unnecessary sections.
Remove unnecessary grouping.
Suppress Report Footer Section.
Upvotes: 1
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
Reputation: 423
Try this in your Report Footer section.
Section Expert --> Paging Tab -->New Page After
use NOT OnLastRecord
in the formula.
Upvotes: 1
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:
- Hide (Drill-Down OK): this option allows you to double-click on the section in the report preview to see the hidden values
- 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