How to rename report name

I have successful renamed the nav bar report name. After clicked the nav bar report item, there is showing a form for us to setup the report range, report format. However, the title of that form still is previous name. How to rename it?

thx ur help!

  • I am using d365 financial, ssrs report

I think the value comes from parmDialogCaption() method of the report controller. You may want to debug it to see what happens there. You may be getting an old value from usage data, the method may be overridden with custom logic or so.