HOW TO DEBUG AX 2012 SSRS REPORT
1) Open the DP class of the report.
2) Extend SrsReportDataProviderPreProcess instead of SrsReportDataProviderBase
in class declaration.
Temp table properties should be(a) Table type : Regular instead of tempDB
(b) Created by : Yes
(c) Created Transaction Id : Yes
Make sure two checkboxes of user breakpoints and global breakpoints for debugging is enabled in configuration .
Just what was needed, Thanks.
ReplyDelete