Search code examples
c#.netprintingreportviewerssrs-tablix

Incorrect output report viewer printing


I have a report with a Tablix control on it. there are other fields above the tablix so it starts a 1/3 of the way down the page. When the tablix size does not reach the end of the page everything is good. But when the tablix size causes the tablix to go onto the next page i get issues. The preview of the report looks correct, and when I export to PDF or Word, it appears correct. but when I print the tablix starts on a new blank page and does not span from the first page to the second. I checked the tablix properties and the keep on one page property is set to false.

Does anyone have a fix for this?

Thanks,


Solution

  • This issue was that the rows were in a group that had the keep together property set to true. I did not realize by defaults the rows are set in a group. changing this property fixed this issue.