I have an SSRS Report that I want to export to PDF. However, some cells in the tablix are bigger than one single pdf page.
The table header is only shown when a new cell is on top of the pdf page. If it is a continuation from a prior cell from the page before, the header is not repeated.
When I preview the report, the report is only 1 of 1 pages long. However, once exported, it comes down to 7 pages.
Any idea how to solve this issue? I want to see the header on every page, regardless if the cell fits on one page or not.
I have already set the first Static Row group to the following attributes:
FixedData = True
KeepWithGroup = After
RepeatOnNewPage = True
On the tablix I have set the following attributes:
FixedColumnHeaders = False
FixedRowHeaders = False
Thanks, Daniel