In RDLC reports, we are planing to use a sub report as the report header to avoid code duplication and to keep the consistency across all the reports.
However RDLC does not allow to add sub reports in the header section. Hence we can only add it to the body. When adding to the body, sub report is only visible in the first page. We need to display it as the header in all the pages.
Does anyone has come across a scenario like this and have an idea to achieve this?
Thanks, Wijitha