Table control causes pdf Format skipping pages

Whenever I use a table control a in report in SQL Server Reporting Services. When I save that report to a PDF format, every other page is  blank in a multipage report. Every other page is skipped. Has anyone else run into this problem


Answer this question

Table control causes pdf Format skipping pages

  • Jonathan Miller

    Perhaps you could try to reduce the page width in the layout tab.

    I only know the centimetres which work, it is 17.5cm.


  • nij

    thanks so much --- that has helped me out!

  • PatD

    Hi,

    I have also this same problem.If multirow table can fit into a single page,It skips a page and renders into the next page.This happens only when we export to PDF.

    any help would be greatly appreciated .

    Thanks.


  • HoustonLucifer

    Also, any/all controls ON the body must be less that value as well.
  • jlp3630

    Hi,

    I am using RS2000 with SP2.

    keeptogether = false is not working properly in a Table.

    If anyone else has run into this problem, Please send your comments

    Thanks in Advance


  • Andras82

    Thanks for your reply

    I have tried that.i didn't work.

    I think there is no reltion between page width and this problem.Becuase If table rows cann't fit into the single page, It works fine.It happens only If table fits into a single page.

    Thanks.


  • Macavity452

    Here is the exact solution. In your Properties window (the one underneath your Solution Explorer in the default VS.NET layout), make sure you have "Body" selected in the dropdown, and that the Size, Width property value is <= the value for (going thru menus now:) Report, Report Properties, Layout, Page Width - (Left Margin + Right Margin). If this is violated you won't get page skipping in the report viewer but will with pdf output. For example, for my Report Properties I have left and right margins set 0.5 inches, Page Width at 11 inches, Page Height at 8.5 inches (for landscape output); for some reason VS.NET had defaulted the Body Size, Width property value to 10.0625in or something like that. When I manually set that property value to 10in the blank skipping pages in exported pdf output went away. Drove me up a wall for quite a while til I hacked on it enough to figure it out...
  • Table control causes pdf Format skipping pages