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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

how to change the SSRS report dialog box title?

(0) ShareShare
ReportReport
Posted on by 1,128

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

I have the same question (0)
  • Suggested answer
    Andrew Xu Profile Picture
    3,877 on at

    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.

  • Safeer PS Profile Picture
    507 on at

    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
    startax Profile Picture
    1,845 on at

    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

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans