Print Total part on Footer

Hi all,

I have created report in NAV 2016. But I need total part in Footer section after ending lines.But I can’t add this to footer.

I have added blank lines in body but it work only for 1st page. If report goes on second page then Total part printed on top again.

Please give me solution for this.

Thanks in adv.

Hi Kals,

What you’re looking for is functionality similar to the PlaceInBottom that we had in classic NAV reports. But that’s not really possible out-of-the-box with Visual Studio and RDLC.

There are a few things you can do instead, which is described in this blog post:

http://thinkaboutit.be/2012/05/placeinbottom-in-rdlc-layout/

Once i got this sort of requirement, I believe what I did was I did the totalling in Body itself and then used the reference in Footer.
Just the same concept as of GetData SetData.