what I want to do is the following. I have 2 Tablix, the second one is nested in the first one and prints detailed information (it's a document for a sales quote from dynamics nav).
Like this:
Tablix1
Header1
Header2
Body
Tablix2
Header
Body
No I want to print the Header1 on the first page of my document and the header2 on all following pages. The idea behind this is to have separate headers for page 1 and all following pages.
When I print my quote now the header1 gets printed but the header2 doesn't. I was hoping to at least get the header1 printed on every page. Is this possible somehow? I already set all properties correctly (I think :-)): RepeatRowHeaders=True
I don't want to use the normal report header because it is of fixed height which would get me in trouble after page 1.
If you know any other way to achieve this please don't hesitate to give me a hint.
Any help would be greatly appreciated.
Best regards, Jan