Hi,This below code will help you to show or hide the "Select" button in a parameter dialog when we run the ssrs report.We just need to add this method in controller class.public boolean showQuerySelectButton(str parameterName) { return false; }
Greetings,This blog will mainly focus on almost all versions of AX. It will contain the coding logic and solution which i face in day to day life. It may also contain post referenced with other blogs. This blog will be helpful for the freshers and some times experienced. My only motive is to help out the people and share my knowledge. Kindly encourage me on this journey.
Monday, October 19, 2020
show or hide the "Select" button in a parameter dialog when we run the report - SSRS Report
Subscribe to:
Post Comments (Atom)
How to execute SQL directly form Dynamics AX X++
How to execute Sql directly form Dynamics AX X++ Reference by : alirazazaidi Dynamics Ax provide many other ways to communicate with databas...
-
Hi All, Simple way to concatenate String in x++ is using plus(+) sign or strFmt function. List of concatenating methods in x++: strFmt str s...
-
Hi, Today i will be sharing the code to pass the range of a enum value while working in x++ query or adhoc query. SalesTable_ds.query...
-
ISSUE: When you deploy the report in Dynamics AX 2012 or D365F&O and you try to view the report and get the error "no report data t...
No comments:
Post a Comment