AX - Get rid of the white space on report footer
Views (1236)
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.
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.
*This post is locked for comments