I'm stuck on an issue where in the export to PDF/Print Preview screen the column headers are not repeating every page in a report that is using 3 sub-reports. Due to the nature of the data, I can only use an illustration of what it looks like. A few items before launching into the detail:
1. I have tried the solution presented here:
2. I can't combine data sources because in my scenario, having 3 sub-reports actually has much better performance.
Unfortunately I am constrained a bit by the design requirements. Here's the set up I am currently working with:
When I export to PDF or print preview the column headings are not on every page. They only appear on the pages when a new grouping starts. The sub-reports themselves are tables that list out transactions, for each group by grouping container. What I need to happen is that even if the list for a grouping from the sub-report spills over into subsequent pages, the column header table is displayed at the top of the page. Any ideas?
Edited to add - Using SQL Server 2014.