SSRS 2008 – Keep Column Headers Visible Next Page & While Scrolling

Problem:  

You have an SSRS Report with a Tablix.  You set “Keep headers visible while scrolling” in the Tablix Properties, however, your column headers are still not showing when scrolling or changing pages in your report.

So you turn to your old friend Google and stumble across several posts such to help you solve your problem such as this one from msdn:  Tablix headers not repeating in SSRS 2008.  You follow the steps but when you do, it either still isn’t repeating your column headers or you get a nice error message such as this:

“the tablix has an incorrectly set fixedheader property on the opposite hierarchy…”

WTH? Right?  Well luckily after a couple frustrating hours of double checking and going through all these steps again, I stumbled onto this blog post:  Keep Column Headers Visible while Scrolling in SSRS 2008.

What is important to note here is you must follow these steps exactly in this order or you will run into problems.  So here it goes:

Solution:

1.  Select your Tablix -> Click the “View” Tab -> Select Properties Window -> Click the Property Pages Icon shown in the screenshot below: 

2.  Under the General Tab, uncheck “Keep Header Visible while Scrolling” from both the Row Headers and Column Headers Sections -> Click “OK”

3.  Go to the Grouping Section below your Report and Click on the down arrow on the Far Right next to “Column Groups”  (This will take you into Advanced Mode).

4.  You will see going into Advanced Mode caused a “Static” Property to show above your grouping in the Row Groups section.  Important:  Select the FIRST “Static” Property in this section and perform the following steps on this property only!

5.  In the Properties for the first “Static” element, set “FixedData” to be TRUE

6.  Set “RepeatOnNewPage” to TRUE

7.  Set “KeepWithGroup” to AFTER

8.  Build your report and Run.  You will now see your column headings are repeating!

14 thoughts on “SSRS 2008 – Keep Column Headers Visible Next Page & While Scrolling”

  1. Actually it works using preview in VS2008, but after publishing to report server and calling the report from asp.net, it does not work. Perhaps I'm calling the report in the wrong mode?

  2. Actually it works using preview in VS2008, but after publishing to report server and calling the report from asp.net, it does not work. Perhaps I'm calling the report in the wrong mode?

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top