I am trying, with no luck, to get some data to appear at the top of each page in an rdlc report. When the data in the bottom table (Client, Quantitiy, etc.) extends to multiple pages, I need to repeat the fields higlighted in red at the top of every page. Note that the data in red is inside multiple row groups.
I have seen various posts on SO and MSDN like this one that instruct you to open the Advanced Mode for the Groups and change the properties for each static Tablix Member to the following:
I've tried this approach with no success. I've also tried to selecting each Text Box and changing the RepeatWith property to the name of my Tablix table (Table1), but unfortunately that did not work either.