The first page of my report has it's own header and therefore is in it's own section - Section1.
The second page and all subsequent pages have a different header and are in a new section - Section2. The HeaderFooter in Section2 has it's "IsFirstPageOnly" property set to true. It then has an Additional Header that has it's "IsSubsequentPagesOnly" property set to true.
This works fine when Section2 is the only section in the report. As soon as I combine Section1 and Section 2 into one Pdf document, the Headings no longer work as expected.
The only way I can get the two headings to work properly is if the HeaderFooter in both sections have the "IsFirstPageOnly" property set to false. This causes me to lose my desired heading for pages 3 through the end.
Thank you for any assistance.