Removing blank page at end of SSRS Report
Posted
by garrettg
on Stack Overflow
See other posts from Stack Overflow
or by garrettg
Published on 2010-04-30T13:11:21Z
Indexed on
2010/04/30
13:17 UTC
Read the original article
Hit count: 983
ssrs-2008
|ssrs-reports
I have a report that produces a blank page at the end of the report. How do I get rid of it?
The report consists of text/list boxes that are embedded inside a rectangle. The rectangle has the property selected: "Add page break after". If this option is selected the report renders exactly how it should, minus the extra blank page at the end. However, if the "Add page break after" option is not selected, the blank page does not appear, although the report does not display the content correctly. It seems that this option is producing the extra page at the end of the report.
The issue is not with the margins.
How can the last blank page be eliminated while still maintaining the page breaks throughout the rest of the report?
© Stack Overflow or respective owner