HI Friends,
My query is, I have a SSRS Report - PurchPurchaseOrder, In footer we have 20 line and we want to show footer only last page.
Could you please help me how footer will show only last page In d365fo.
Thank's and Regards
Rahul
It's possible, but it'll have the problem I mentioned in my first reply ("you can hide its content at some pages, but the footer will still consume space, which you likely don't want if it has twenty lines of text").
Hi Rahul,
I did not test it myself but can you try to hide the report footer with an expression for all pages except the last page
iif(Globals!PageNumber=Globals!TotalPages,true,false)
The exact solution depends on your particular design. For example, the Tablix control has "Keep together on one page if possible" property for this purpose.
How to achieve this?
If report contain 1-4 item only one page has generated and everything is fine.
But if report contain more then 10 items then only footer some part is coming second page and some is coming third page.
@Martin Darb
I would simply put it at the end of the report body.
If i keep after body and if body is ending middle of second page, then footer some part is coming second page and some is coming third page.
Is there any solution for that?
Page footers are used for something you want to show on every page. You can hide its content at some pages, but the footer will still consume space, which you likely don't want if it has twenty lines of text. Therefore a page footer isn't the right solution for your requirement.
As this is related to SSRS development, you can probably better ask your question on the SSRS forum. social.msdn.microsoft.com/.../home
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CA Neeraj Kumar 2,351
André Arnaud de Cal... 874 Super User 2025 Season 2
Sohaib Cheema 638 User Group Leader