Skip to main content

Notifications

Microsoft Dynamics AX forum
Suggested answer

how to change the SSRS report dialog box title?

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!

  • 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.

Helpful resources

Quick Links

Dynamics 365 Community Update

Welcome to the inaugural Community Platform Update. As part of our commitment to…

Dynamics 365 Community Newsletter - August 2024

Catch up on the latest D365 Community news

Community Spotlight of the Month

Kudos to Mohana Yadav!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,107 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 227,969 Super User 2024 Season 2

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans