Keep report header visible while scrolling

I think what confuses people about these settings is that the "Row Headers" and "Column Headers" that the settings refer to are not visible if you have used a "table"-style tablix. These are only visible when using a "matrix"-style tablix.

Therefore I often see people trying to set this for tables and wondering why it does not work. As per the MSDN blog post referred to in Mike Honey's answer, if you have used a table then you have to fiddle about with the Advanced settings to get this to work.

My tip is to start with a matrix and make sure the row or column headers you want to remain visible are in the matrix row/column group areas (above and to the left of the double-dash lines). You can remove any row or column groups that you are not going to use. When you set the "remain visible" settings they should then just work as expected.


I find it usually doesnt work as advertised and you have to find the "Advanced mode" button (a strong candidate for the worst piece of UI ever) and then fiddle with several properties.

Here's probably the best reference:

http://blogs.msdn.com/b/robertbruckner/archive/2008/10/13/repeat-header-and-visible-fixed-header-table.aspx


Step 1) In the Tablix properties check the boxes for:

  • Repeat header rows on each page.
  • Keep header visible while scrolling.

Make sure that the Column Headers check boxes are NOT checked.


Step 2) In the Group pane on the left (Row Groups) the first line is Static (in Advanced mode).

  • Set its: "ReapetOnNewPage" property to TRUE
  • Set its: "FixedData" property to TRUE
  • Set its: "KeepWithGroup" property to AFTER