I have a 1:n relation from company to visit reports. I want to display details of related visit report in a tablix.
So I created one tablix with grouping on company-id and put a second tablix (grouping on visit-report-id) in the second tablix cell.
Here is a figure:
topmost tablix
----------------------------------------------
| | included tablix |
| | -------------------------------
| | | Details1 | Details 2| ... | <-- static row
| [company | |------------------------------
| name] | | [val 1] | [val 2] | [val n]| <-- grouping on visit report id
| | --------------------------------
| | |
-----------------------------------------------
I want to repeat the marked static row on each new page. I tried a lot of different constellation regarding 'RepeatOnNewPage', 'KeepWithGroup', 'KeepTogether', 'Repeat row headers on each page' options.
I also tried to use only one tablix with 2 row groups, but there is the problem, that the company name will be repeated with every of its visit reports.
Is there a trick/workaround to achive to repeat the header row on each page or is it not possible to get this to work?