Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug a report using Visual Studio

I have a problem with my SSRS report when it runs from Dynamic ax 2012. I debugged it and I found out that the problem is with my SSRS report that I created in Visual Studio. I want to debug it there, but when I want to "Attach to process" I can't find ReportingServicesService.exe, because my Report Service is located on another server.

Please help me: what should I do to debug SSRS reports in Visual Studio?

I have SQL Server 2008, Visual Studio 2010, and ax 2012.

The problem is that I didn't write any code in my report: I just use a data provider in my report, but debugging the data provider code shows that the problem is in my report.

like image 980
Katy J Avatar asked Feb 18 '23 01:02

Katy J


1 Answers

A way you can test your report is to create labels with the parameters values and othes, just to be sure that the filters or the calculated values are ok.

like image 167
Rednaxel Avatar answered Mar 05 '23 23:03

Rednaxel