Articles in this section
Category / Section

How to Display Footer on Last Page Only in Bold Reports

Published:
Updated:

In Bold Reports, it is not possible to conditionally hide or show the footer on the last page only. The footer section in Bold Reports is designed to be repeated on every page of the report. However, we can address this limitation by applying a visibility expression to the footer contents, allowing us to display the footer on the last page only.

To show the footer only on the last page, please follow the instructions below:

  1. Select all the contents in the footer.

    image.png

  2. In the “Visibility” section of the properties window, click on the Expression.

    image.png

  3. In the expression builder window, enter the following expression.

=IIF(Globals!PageNumber=Globals!TotalPages, False, True)

image.png

Using this expression, the footer can be displayed solely on the last page.

image.png

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied