Friday, April 29, 2022

How to display page footer information only on the last page in SSRS

      

Hi Guys,

     it can be challenging to figure out how to display information one time within the page footer on the last page. At the top of the page footer, add a rectangle. Change the hidden property of the rectangle to:

=IIF(Globals!PageNumber=Globals!TotalPages,false,true)


No comments:

Post a Comment