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 title of SSRS report parameter form.

(0) ShareShare
ReportReport
Posted on by 11,633

Hi,

I have a query based SSRS report which I have imported from different AX environment. When I run the report, a title is showing on the report parameter form. I want to change the title according to my requirements, but I can't really figure out where is that title defined. Can anyone please let me know how to change the title for query based report?

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    on at

    Consider modifying the label of the menu Item for the report

    Please verify and update us if this helps you

  • syed baber Profile Picture
    11,633 on at

    Already did that, but didn't work.

  • Verified answer
    Community Member Profile Picture
    on at

    May be some cache refresh issue

    as it worked for me when I changed the menu Item Label

    Let me know which report you are working on.

  • Verified answer
    syed baber Profile Picture
    11,633 on at

    Deleting the usage data did the trick for me.

  • Community Member Profile Picture
    on at

    So you got your report parameter caption issue got fixed by changing menu Item label.

    if so, it is appreciated if you please update the post as verified

    it will help team.

  • syed baber Profile Picture
    11,633 on at

    Not by changing the menu item label. I already changed the menu item label earlier, but it was not showing the updated label unless I deleted the usage data.

  • dolee Profile Picture
    11,279 on at

    Hi Syed,

    I have marked Nitesh's answer as valid. Both "Changing the menu item" and "refresh usage data" was required in your case to make the title change works.

  • syed baber Profile Picture
    11,633 on at

    Sure, agreed.

  • mnaeembaigAX Profile Picture
    80 on at

    you can change it using controller parmDialogCaption option with following code in your controller class;

    public static HUBInvGLReconRepController construct(Args _args)

    {

       HUBInvGLReconRepController controller = new HUBInvGLReconRepController();

       controller.parmReportName(#parameterHUBInvGLReconReportName);

       controller.parmDialogCaption("Search Criteria");

       controller.parmArgs(_args);

       return controller;

    }

    public static void main(Args args)

    {

       HUBInvGLReconRepController::construct(args).startOperation();

    }

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