Posted 28 October 2025, 7:23 am EST
I’m encountering an issue with ActiveReports 19 (section report) related to page size and page numbering when printing a report setup that includes:
• A main report in A4 size
• Subreports in A3 size
When printing, the report defaults to A4 size, even though the subreports are designed for A3. Adjusting the print settings manually does show the A3 layout, but it causes misalignment in headers, footers, and margins.
Steps I’ve tried:
- Dynamic adjustment of margins and footer in code using events like PageStart – this didn’t resolve the issue.
- Creating separate reports and merging them using ActiveReports – this fixed the page size issue, but introduced a new problem with page numbering:
o The A4 pages show correct numbering (e.g., 1 of 2, 2 of 2)
o The A3 subreports show incorrect numbering (e.g., 2 of 61, 3 of 61), indicating that page numbers are not merged across reports.
Interestingly, in our older VB-based project using an earlier version of ActiveReports, the same merging approach resulted in correct and sequential page numbering across all reports.
Request:
Could you please advise:
• How to maintain correct page sizes for both A4 and A3 within the same report setup?
• How to merge reports while keeping sequential page numbering across all pages?
Please let me know what screenshots or some supporting would be helpful for you to investigate this further.
Looking forward to your guidance.
