Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSRS giving a blank page at the end of report [duplicate]

I am getting a blank page, at the end of my report in SSRS 2005.

I have a header logo and footer date values, and I have set the both to PrintOnLastPage = False, but I am still getting a blank last page.

Any ideas how to eliminate it? Thanks!

like image 654
Frank Avatar asked Apr 06 '09 20:04

Frank


People also ask

How do I remove the last blank page in SSRS?

To avoid blank pages, set each "BreakLocation" property of each tablix to "None". Sometimes it defaults to "End" and the number of blank pages depend on the number of tablix in your report.

Why does my paginated report have blank pages?

A common reason why blank pages are output, is the report body width exceeds the available page space. You can only view and set the report body width using the Properties pane.

How do I remove a page break in SSRS?

To delete a page break, select the column to the right of the page break and choose Insert > Remove Page break — or use one of the following methods to resize a column in the Report Designer. Click the column header letter button of the column to change to column mode, and then choose Format > Column > Width.

Can SSRs handle page breaks in sub reports?

SSRS does NOT handle page breaks in sub reports well! You may be able to control the numbering by putting everything in one report. You could also explore using rectangles to control the page break locations.

Why blank page appears between pages in a report?

Besides, if we add duplicated page break, for example, select both “Add a page break before” and “Add a page break after” options when we design a report, blank page could appears between pages. So please check if your page break options setting is set correctly.

Does Newton's third law apply to page breaks in SSRs?

Any report developer who has worked with SQL Server Reporting Services for any time will definitely say that coordinating and navigating page breaks and page numbering can be quite a challenge. It seems that Newton's Third Law, "For every action, there is an equal and opposite reaction", applies to setting page sizes and page breaks in SSRS.

What is SSRs soft page break renderer?

SSRS Soft Page Breaks. The soft page-break renderers include outputs that are generally displayed on a screen and includes the SSRS preview, HTML and MHTML formats. This format utilizes the scroll bar instead of inserting a vertical page break which of course is appropriate for display or screen based.


2 Answers

This solution applies for SSRS 2008 R2. I am not sure about earlier versions. On Report Properties page, under category Other, set ConsumeContainerWhitespace to True.

Other suggestions still apply: Make sure your Paper Size can contain Report Width and Margins. Remove any white space you may have on your Report.

Good luck.

like image 109
CLU Avatar answered Oct 09 '22 09:10

CLU


Shorten the width of the report, dragging the right vertical side to the left.

like image 4
WinnipegProgrammer Avatar answered Oct 09 '22 08:10

WinnipegProgrammer