web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics NAVAX / AX - Get rid of the white s...

AX - Get rid of the white space on report footer

Munib Profile Picture Munib 2,500
If you have a page footer and you don't call the super method in the executeSection. You will find the length of the footer is reserved as white space.

Rather than just not calling the super method - you might consider calling
element.disableSection(PageFooter_1)
or
element.disablePageFooter();

This way - no space is reserved for the section.

This was originally posted here.

Comments

*This post is locked for comments