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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

AX 2009 X++ reports

(0) ShareShare
ReportReport
Posted on by

I have a requirement for how to display page footer on last page of the report.

Please help me how to print footer on the last page.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Mark Boy2 Profile Picture
    506 on at

    Hi Raju_AX

    1.On ax 2009 report -> designs -> reportdesign -> autodesignspecs ->pagefooter

    2.On ax 2009 report -> designs -> reportdesign -> gennerated design->pagefooter/footer

  • Community Member Profile Picture
    on at

    Thanks, for example my report prints two pages, I need to display footer section only on last page?

  • Suggested answer
    guk1964 Profile Picture
    10,888 on at

    You can create and modify paginated report definition (.rdl) files in Report Builder and in Report Designer in SQL Server Data Tools. Each authoring environment provides different ways to create, open, and save reports and related items.

    Try this:

    1. Declare a boolean variable(boolean printPageFooter) in the class declaration.
    2. In the fetch method, before looping the query make the boolean variable false and after running the complete query make the boolean variable to true.printPageFooter = false;
    while (queryrun.next())
    {
    }
    printPageFooter = true;
    ret true;
    Override the executeMethod of the Page footer in which this section is executed only when the boolean variable is set to true.
    However also see this approach":

    https://rahulmsdax.blogspot.com/2016/12/how-to-display-information-only-on-last.html

    and  also this note re managing white space which issue has been mentioned in previous post on the topic.

    http://daxldsoft.blogspot.com/2012/10/printing-footer-on-report-last-page.html

    one of those solutions should work for you.

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#2
Henrik Nordlöf Profile Picture

Henrik Nordlöf 2 User Group Leader

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans