Repeat Column Headers for Tablix in SSRS 2008
If you are having trouble getting the column headings to repeat on every page for a table/tablix in SSRS 2008 try this. Open the file in a text editor and look for the Tablixrowheirarchy->tablixMembers->TablixMember node. Then add the following elements.
<keepwithgroup>After</keepwithgroup>
<repeatonnewpage>true</repeatonnewpage>
<keeptogether>true</keeptogether>
Comments
Post a Comment