Back to Devexpress

Add a Report to the End/Beginning

xtrareports-400690-feature-guide-to-devexpress-reports-merge-reports-add-a-report-to-the-end-beginning.md

latest1.7 KB
Original Source

Add a Report to the End/Beginning

  • Feb 18, 2026

Follow the steps below to add a separate report to the end of another report and print it as a single job. The report in this tutorial is bound to the sample Northwind database.

  1. Right-click the base report and select Insert Band | ReportFooter in the context menu.

  2. Drag an XRSubreport item from the Toolbox onto the created Report Footer band.

  3. Click the subreport’s smart tag. In the invoked Sub-Report Tasks window, set the ReportSource parameter to the report that you want to insert.

  4. Enable the GenerateOwnPages option to print the embedded report on separate pages and use its own page settings.

  5. Switch to Preview mode to see the combined report.

Tip

IF the merged reports contain bookmarks, you can use the SubreportBase.BookmarkParent property to create a parent bookmark for each report in a merged document map.

See Also

Merge Reports: Use Data-Driven Page Sequence

Merge Reports: Specify Page Sequence Manually