empty page after tablix (Reporting services 2008)

AGuyCalledGerald picture AGuyCalledGerald · Feb 23, 2012 · Viewed 9.9k times · Source

I have created a report which contains a tablix. I observed that when the tablix contains a certain amount of rows, a blank page is added after the page with the tablix with only the header and footer of my report.

This happens both in design and print view, even if the tablix has only about 10 rows and there is a lot of space till the end of the report body (which has a height of 27cm).

I have not added any kind of page break. Has somebody perhaps had this issue?

Answer

M.C.Rohith picture M.C.Rohith · Feb 23, 2012
  1. set the ConsumeContainerWhiteSpace property for the tablix to true. If that doesn't work.
  2. check that the (Body Height + Header height + Footer Height) = report page size height (body width = header width = footer width = report page size width)