0

I have a report which is a tablix without any details group or any group for that matter. I have a row headers which are based on an expression that I would like to repeat on each of the page. But within the report, I do not see these headers being repeated. Is it because I have no grouping? enter image description here

enter image description here

What am i doing wrong? How can I get these to appear?

a415
  • 359
  • 1
  • 6
  • 23

2 Answers2

0

Right Click on Tablix>Tablix Properties

You will see the different options for Row Headers and Column header.

p2k
  • 2,126
  • 4
  • 23
  • 39
0

You will not be able to create a static header without a row group within a tablix. However, this is possible within a matrix. I had to re-create the table as a matrix. Then I was able to add the static row header to each page.

a415
  • 359
  • 1
  • 6
  • 23