0

Is it possible to have column header in more than 1 page? For now, I'm getting the header only on the first page. Is it possible to get the table header on every page?

+------+------+------+------+------+
| col1 | col2 | col3 | col4 | col5 | 
+------+------+------+------+------+
|      |      |      |      |      |

------------------------------------
                  Page 1 of 10 pages


+------+------+------+------+------+
| col1 | col2 | col3 | col4 | col5 | 
+------+------+------+------+------+
|      |      |      |      |      |

------------------------------------
                 Page 2 of 10 pages

Thanks for helping

Richard77
  • 20,343
  • 46
  • 150
  • 252
  • please refer this url http://stackoverflow.com/questions/4781592/freezing-column-headers-while-scrolling-in-ssrs – Sanjay Radadiya Jul 28 '16 at 02:38
  • Please refer to this url if you are using tablix http://stackoverflow.com/questions/11285923/tablix-repeat-header-rows-on-each-page-not-working-report-builder-3-0 – Ravi Matani Jul 28 '16 at 08:56

1 Answers1

0

The easiest way is right click on table or matrix- you can find a option row headers or column headers. Check the boxes (Repeat Headers rows on each page and Keep header visible while scrolling) and preview the report

Koti Raavi
  • 300
  • 2
  • 13