I am writing a report in SSRS 2008 that has the following advanced layout:
Static
Static
Static
Static
Group1
Details
Static
Static
The settings for the top 4 static rows (which are my headers) are set to RepeatOnNewPage = true, FixedData = true, and KeepWithGroup = After. When viewing the report through SSRS or through VS, the headers repeat correctly on every page. However when the report is exported to PDF, on some report requests, random pages seem to be missing the headers.
Example: - Report has 5 pages, headers are missing on page 2/5 but on every other page they should be on.
I've exhausted the Googles, the tubes, and StackOverflow looking for an answer but I have yet to find anything. HALP.