Export to .pdf blank page due to 2 tablix.

  • We recently designed the SQL Server Reports and are experiencing an issue with exporting reports in PDF format.

    Report has 2 tablix , which will be display/hide by parameter values.

    Issue:

    When we generate report from 1st tablix, we are getting blank page at the end of the PDF.

    Good thing when we generate report from 2st tablix, we did not get blank page (at the end) of the PDF.

    We are trying to eliminate the blank page while generate report from 1st tablix.

    Report satisfied the (Body Width + Left margin + Right margin) <= (Page width) & there wont any space between the tablix report design.

    Any guidance on this issue would be appreciated…

  • Hi,

    1. Check if you add any page break for the first tablix.

    2. In SSRS 2008 or higher, there is a Report Property ConsumeContainerWhitespace which controls whether white space in containers should be consumed when contents grow instead of preserving the minimum white space between the contents and the container. The value is set to False by default. So in your scenario, if you are sure there is no extra blank space in your report, please set value of ConsumeContainerWhightspace to True.

    Extra blank page in ssrs report

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply