In an SSRS report, instead of a page header, I've a table header that I've made to repeat at the top of every page. I can't use page header since it is a sub-report and headers/footers of a sub-reports get over-ridden by the main report.
The report prints labor hours for all employees, with each employees record appearing on a new page. The table header repeats correctly on top of every page. When I run the report, it prints out labor hour for all employees. What I want is to display respective employee's name in this table header, however, the report is repeating the first employee name on the top of every page. How can I fix this?