Hi,
I am using SQL Server Reporting Services 2005 (SSRS 2005) to build an A4 portrait report. This report contains some text data and a matrix placed on a list so a horizontal table effect is created (with the columns representing the various repeating fields). The problem I am encountering is that, when exporting the report to PDF (or printing it) between each data page, I get a blank page with just the header and the footer and no data. I have read that this may be due to the body + left + right margins being greater than the report width. However, this is not the case and I have the following relevant settings:
InteractiveWidth (Report) - 8.5in; PageWidth (Report) - 21cm; PageHeight (Report) - 29.7cm; Left Margin (Report) - 0; Right Margin (Report) - 0; Top Margin (Report) - 0; Bottom Margin (Report) - 0;
The body width is 7.2 inches.
The matrix contains 2 fixed columns and is set to repeat every additional 5 columns using the following grouping expression set on the list: =Ceiling(RowNumber(Nothing)/5)
What I noticed is if I change that matrix to repeat every 2 columns horizontally, the report is printed properly, with no blank pages. (But 3,4, or more columns leads to the problem). And there is more than enough space for 5 columns and it would look really odd to print just 2! So, I think something in the list/matrix is causing the problem, but don't know exactly what!
Any help would be greatly appreciated! Thanks in avance, Tim