I have a tablix with lots of rows that span over multiple pages. I have set the Tablix property Repeat header rows on each page but this does not work. I read somewhere that
How I fixed this issue was I manually changed the code behind (from the menu View/code).
The section below should have as many number of pairs as the number of rows are in the tablix. In my case I had more pairs than the number of rows in the tablix. Also if you go to "Advanced mode" (to the right of "Column Groups") the number of static lines behind the "Row groups" should be equal to the number of rows in the tablix. The way to make it equal is changing the code.
After
true