Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

how to change the SSRS report dialog box title?

(0) ShareShare
ReportReport
Posted on by 1,120

Hi All,

I have created one SSRS report and deployed in AX. I have also used Contract, UI and DB classes for this.

How to change the  SSRS report window title?I have changed the menu label but still the window title is not showing what I need it to be. Any help is appreciated.

Thanks!

*This post is locked for comments

  • Suggested answer
    startax Profile Picture
    startax 1,845 on at
    RE: how to change the SSRS report dialog box title?

    Hi ,

    If you are using Controller class write below code in main method

    public static void main( Args _args)

    {

    newControllerClass controller = new newControllerClass();

    controller.parmReportName(<reportName>);

    controller.parmArgs(_args);

    controller.parmDialogCaption(<your Caption>);

    controller.startOperation();

    }

    if you are using UI builder class write code in build method

    dialog.caption("Your title");

    also look similar thread

    community.dynamics.com/.../127983

    community.dynamics.com/.../159066

  • Safeer PS Profile Picture
    Safeer PS 505 on at
    RE: how to change the SSRS report dialog box title?

    Dear Ann,

    I dont know why you need controller calss itself. You can change title of dialog and report by changing label of menu item of the report.

  • Suggested answer
    Andrew Xu Profile Picture
    Andrew Xu 3,877 on at
    RE: how to change the SSRS report dialog box title?

    you can use the method 'parmDialogCaption' in SrsReportRunController to set up the title.

    You might need to reset your usage data before doing that, so you can see the latest title you set up.

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

Congratulations 2024 Spotlight Honorees!

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December!

Congratulations to our December super stars! 🥳

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,642 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,371 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans