How to change the SSRS report dialog box title?

Hi All,

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

When i click the menu item i can see the report dialogbox, it is asking parameter section.

How to change the report dialog box and SSRS report window title?

Thanks,

Hari

change the menu item label

HI Kranthi,

Thanks for your reply.

Yes. I tried this way, But still no change in the report dialog box title.

Thanks,

Hari

Hi,

To change report dialog caption u need to try Build method in the UI class. Also ssrs reports are cached in AX. Try refreshing the AOT elements from Dev workspace Tools → caches and refersh if u did any changes.

please run the incremental CIL after changes and re deploy and see the changes… some time it works this way also…