How do you have a different first or last page in a report?
- Add a separate MiniPage container for each page variation (first-page, main-report-page, last-page, for example), as children of the Page Root container.
- Add the report elements that are specific to each container.
In the
Structure view the
MiniPage containers should be listed in the order in which you want them to appear in the report.
For example:
- Page Root
- first-page - this is a "before" page, to print before the main content
- main-report-page - this would contain all the triggers and containers that make up the body of
the report
- last-page - this is an "after" page, to print after the main content