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 :

Hide dialog for SSRS Report in ax 2012

SANTOSH KUMAR SINGH Profile Picture SANTOSH KUMAR SINGH 1,224
To Hide dialog for SSRS Report in ax 2012 you need to go to controller class and follow below steps.

Go to Controller class then go to  main method of class.

Find  statement : Controller.startOperation(); then specify the below statement to hide dialog box which used for range selection.

Controller.parmShowDialog(false);

To show dialog you can pass value true instead of false.

This was originally posted here.

Comments

*This post is locked for comments