My personal journey in this world full of data and continuous efforts to provide solutions to some of the technical challenges i've encountered so far.
AX 2012 - SSRS : Print duplicate copies of same report
1)Make a string type parameter in your SSRS contract class in which you will save your Report type like Duplicate copy 1,Duplicate copy 2, Extra copy and so on.... 2)Then go to your controller class and assign that parameter to your contract. 3)Now in your report dataset you will able to see the parameter, add to your design.
4)Call your report through menu item and pass the parameter in args.parm() method. you can loop through if you want to pass multiple parameters.
Note : to get multiple copies you have to call report multiple times passing different parameter in args.parm() like copy1,copy2,copy3,etc..
and it will get printed now.
Enjoy...!
Subscribe to:
Posts (Atom)