Interview Questions

Thursday, June 29, 2017

How to pass the default value to parameter in SSRS report in AX 2012?

Issue: If you want to pass default value as parameter in SSRS report, then how we can get the solution?

Solution: 
modify the data contract by overriding the SysReportRunController.preRunModifyContract() method. Assign the default values to start date and end date parameters there.

No comments:

Post a Comment