Rdlc tablix column header not repeating on every page "Repeat column header on every page" is already checked
Asked Answered
L

3

37

Here is my tablix properties

enter image description here

enter image description here

enter image description here

What Am I missing? Please help thanks!

Lug answered 20/12, 2013 at 8:52 Comment(0)
P
99

This is particulary tricky using Tablix...

Give a look at this link: what to do when the RepeatColumnHeaders Property in a Tablix isn’t working

In Advanced Mode select the Static Row Group you want to repeat and set these properties:

  • .RepeatOnNewPage = True
  • .KeepWithGroup = After
  • .FixedData = True

It is also recommended to set Tablix property .RepeatColumnHeaders = True in case Microsoft will release a patch to this strange behaviour.

To get to Advanced Mode:

  • make sure you can see the row groups and column groups window
  • over to the right hand side of the column groups list box, there’s a small downward arrow
  • click on this to reveal the Advanced Mode check box

advanced mode

Putscher answered 23/12, 2013 at 8:55 Comment(3)
When the text in any of the column is so large that it move to the next page then the header column will not repeat. Is there any solution to this issue?Aubigny
I have two headers, I want to repeat top 1 but not the second one, any help on this?Lacee
Some of you might have error while compiling, instead of adding modifications to Column group (Static), try with row groups(Static)..worked for me.Arrowwood
W
20

Works for me: RepeatOnNewPage = True

enter image description here

Wonderwork answered 31/3, 2015 at 14:43 Comment(1)
The helpful item in this answer for me was finding where to click for advanced mode.Dovetailed
C
0

Here is a new solution I just remembered:

Move your table header to the report Header, sample please see as the picture. That will maker sure your title is repeat in all pages for all situation. enter image description here

Cobblestone answered 21/3, 2018 at 7:17 Comment(3)
This will only help if you only have 1 table in your report. If you have more than one talbe you'll need to go with a different solutionBlowhard
The report designer won't let me add a matrix / Table to the report headerWording
I have two headers, I want to repeat top 1 but not the second one, any help on this?Lacee

© 2022 - 2024 — McMap. All rights reserved.