I have a RDLC report which is having a Table with different rows having different groups. Also the Column will be displayed dynamically in runtime based on the fields fetched from the Database. How to get the Report Page Header displayed for this Matrix in every page?
So far I have performed below steps:
1) Create table and delete all but 1 column.
2) Add another row above header and delete details row.
3) add matrix in 2nd row and title in the first row.
4) Center aligned the title and set RepeatOnNewPage property to true
5) Set KeepWithGroup property to After and FixData to true
6) Also set Repeat header rows on each page to true
But the header is not displaying in the Next Page, instead it is taking as a single page and displays at the right end top corner. It is not taking as 2 pages to display seperately.