Sometimes we need to debug SSRS reports, in my case I had added a new param method in contract class to display a new test box in report dialog window, which I needed to debug as the data was not getting displayed in report.
I changed the class I was extending my report from SRSReportDataProviderBase to SrsReportDataProviderPreProcess, and changed back to the original class when the debug was complete.
This is not a clean way to do debugging, however it helped me with many of my SSRS reports in AX 2012.
No comments:
Post a Comment