I have a .rdlc that populates from a list of selected employees. I need to put the name of the employee in either the header or the footer, for each employee so the pages don't get mixed up/out of order when printed because some employees may have 1 page, others may have a longer report of 4 or 5 pages. Is it possible to put the employees name on their page(s)? I tried putting the employee name field in the header, but it just prints the name of the first employee on each page.