I'm desperately try to create a report which should look like this:
Page header
Title 1
Title 2
Title 3
Title 4
Data
Title 2
Title 3
Title 4
Data
Page footer
The title 1 to 4 have to repeat themself each page. My first though was using subreport but since the page header and footer is not possible in subreport, I'm stuck. I also tried table with table header but I wasn't able to do it either. If you have any idea they are welcomed.
Thanks in advance
Here is more details of what I'm trying to do:
The fisrt Static row is my Title1, I've put the properties, RepeatOnNewPage= True, KeepWithGroup = after, FixedDate=True.
I made a group on 1 just to have a block. Then each of the two static row inside the detail group are filled with another tablix that have my different title inside.
The header of the inside tablix render correctly on each page, but the first row only render on first page and I cannot understand why.
Any idea?