Reputation: 403
I have a relatively simple RDL.
It has a graph on the first page. And then a tablix that is paginated that shows 4 columns of data. With a blue header that only shows up on the very first page.
What I Have done so far:
The xml for the RDL looks as it should.
By all counts from what I can gather from the online walk-thrus it should work, but it simply does not.
Any ideas?
Upvotes: 1
Views: 3121
Reputation: 10860
Have you gone into the Tablix Group Properties' Advanced Mode? In the Grouping for the Tablix, click on the drop down arrow and click on Advanced Mode.
Click on the Static items and the related cell will be highlighted. Change the RepearOnNewPage property (in the Properties window) to True and KeepWithGroup to After.
Here's a better explanation with plenty of pics: http://www.mssqltips.com/sqlservertip/3447/sql-server-reporting-services-ssrs-repeating-headers-on-pages/
Upvotes: 1