ilich / MvcReportViewer

ASP.NET MVC Html Helpers for ReportViewer Control.
MIT License
280 stars 131 forks source link

SSRS Report drilldown is not working #199

Open vivekcpatel opened 7 years ago

vivekcpatel commented 7 years ago

We recently changed our application to use DB Sessions. Now when we run our reports from the application, they work fine. We could see the report running just fine. But we have drilldown option for few report where users could click on a link and can view details. That part has stopped working. Is there something we could change in MVC ReportViewer to fix that. I looked for logs in the application logs but i could not find anything.

Let me know. Thanks.