I've created a .rdlc report that is open in the report reader in Visual Studio 2013. It has a number of subreports that, depending on the circumstances, can be displayed or hidden. There is a footer, however, it only appears on the first page. I can print as many pages as I'd like, with the first page having a footer and the subsequent pages lacking one.
When the report is generated as a single page, I have an issue. There is absolutely no footer if the report is only one page. However, I still require that footer to appear.
The settings for my footer are as follows:
It appears that the first page's truth prevails over the latter page's falsity. A one-page report has no footer because it serves as the first and last pages. Although it looks like a straightforward repair, I can find no threads discussing it.
Any solutions or evasions? I appreciate your support.
RDLC Page Footer on First Page Only
Step 1: Create a RDLC file based on the requirement and put the require section in the footer.
Step 2: Right click on the footer section to open the footer properties and select the print on first page option in the general tab.