My report structure shown below which is a list containing a tablix and I am trying to repeat header in word export by following the below article
Note : I dont have header
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/fd58a159-7462-46d8-af44-2d6eb33066fe/ssrs-2008-when-exporting-to-word-repeat-header-rows-on-each-page-functionality-does-not-work?forum=sqlreportingservices
Unfortunately its not working.
I tried thesebelow steps on the tablix but i keep getting error message -saying scope is invalid .I cant copy the error becasuse it comes during preview which doesnt let to copy.
Steps:
Assume one Word page can contains 20 rows. So, you can insert a Parent Group for your subreport, and its group expression is =(RowNumber(Nothing) -1) \ 20 and click the "Add the group header" and enable this group page break function in this group properties window. Delete the table header row and fill in the content into the group header. Now, one group will be in one page, and one group has its own header. But this way is not smart due to it is limited by the number of rows of the word or PDF.