Hi All
I'm using Microsoft Dynamicx AX 2012.
1- I had assigned the selected values from my custom StringEdit control to a string variable named 'emplDepartment'
2- I have my custom SSRS report which had parameter named 'parmDepartment' and filter to report DataSet named 'Department'
3- The property MultiValue of 'parmDepartment' parameter is set to 'True'
4- The filter 'Department' Value had assigned to 'parmDepartment' parameter value and the Operator is set to 'In'
5- Herewith the line code: controller.parmReportContract().parmRdlContract().setValue("parmDepartment",emplDepartment);
6- When I run line code: controller.runReport(); the system hang on class SrsReportRunUtil\ConvertAnyType2Str at the line: multiValueList = axValue;
Any quick support on this will be highly appreciated.
*This post is locked for comments
I have the same question (0)