I often check the following option in the hope that it will be implemented when the report is rendered on the RS
web portal - but it never works...
The reports usually have some Row Groups
- does this have an impact on whether this option will work?
Or is this a bug in Reporting Services
?
6条答案
按热度按时间oyjwcjzk1#
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
6jygbczu2#
Step 1) In the Tablix properties check the boxes for:
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).
nnvyjq4y3#
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.
wixjitnu4#
I couldn't find this property in Visual Studio, so I checked XML source.
<TablixMember>
put this code:Now save the code and you will see that header row is freezed.
3ks5zfa05#
Kindly note: We can keep the headers of a Tablix Freezed.
Work around:
kgsdhlau6#
Here in 2023 and this still is an issue. The accepted answer's link is broken now. Below is how you get this to work.