How can I display an image in the footer of only the last page of a three-page report rendered to PDF?

Modified on Tue, 1 Oct, 2024 at 9:34 AM

If you want to display an image only on the footer of the last page of a three-page report rendered to PDF, follow these steps:

Steps to Display Image on Last Page Footer:

  1. Open Your Report Design:

    • Launch your report in the design environment.
  2. Remove Image from Master Page:

    • Ensure that the image is not placed on the Master Page, as it will appear on every page.
  3. Add Image to Table Footer:

    • Go to the specific table that you want to modify.
    • Select the Table Footer section where you want the image to appear.
    • Drag and drop the image element into the Table Footer.
  4. Set Visibility Condition:

    • To ensure that the image only shows on the last page, you can use a visibility condition based on the page number. For example:
      • Set the image's visibility expression to: pageNumber() == totalPageCount()
    • This will ensure the image is only displayed on the last page.
  5. Test Your Report:

    • Render the report as a PDF to verify that the image appears only on the last page.

If you need further assistance, reach out to support@aivhub.com.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article