I have created a sample project that contains two reports that are added to a ReportBook before being exported as a PDF. The first report in the ReportBook is a summary report. The next report is a detail report that contains disclaimer text that is located in the report footer and is printed on a new page.
The problem appears when you set the PrintOnLastPage property PageHeaderSection of the detail report to false. What is expected is that the page header will print on every page except for the page with the disclaimer text. What actually happens is that the page header doesn't print on any page except for the last page.
The project was built in Microsoft Visual Studio 2008 using Telerik Reporting Q2 2009. I'm aware that Q2 2009 isn't the newest version but my company hasn't renewed our support subscription yet, but since I can't find any reference to this bug anywhere I'm assuming that it still exists in the newest version. Can someone confirm this? I can send the sample project if needed.