hu Guys!!
hot lot of stuff regarding how to activate the debugger for SSRS in AX but all seems to be too confusing and leads to no where does some one has crisp how to activate debugger and debugg for SSSRS report
any video will be much helpful thanks…
Hi Rohit,
You can activate the debugger through a job only. Write a new job and initiate the contract class of your report.
Pass the necessary values to the parameters in contract class. Then you have to call the Report Data Provider class.
Insert the values in the temporary table. Now put the breakpoint in your job and run.
It will take you to the debugger.
Regards,
Madhan