User1708672054 posted
I've asked this question on SQL forum and a moderator suggested I asked it on here also.
We have a C# web application that uses SSRS to provide reports to end users. To do this we have a .aspx page that uses the report viewer webcontrol (started out with version 14.0 but now on v15.0 with same problems) to present the SSRS output.
We have noticed some rendering issues setting border colours etc which we are not to concerned about.
However, we are concerned about the fact that none of the drill-throughs to other reports appear to work when rendered using the ReportViewer on a webpage. Yet they work fine when accessed through the Report Manager. IS there something specific we need to
do in C# to (to handle an event for example. In VB.NET which I am more experienced in it just works)
Also the performance seems to be an issue in terms of how long some reports appear to take to render via ReportViewer yet much better using ReportManager
This is the first time we have used SQL2017 we have not had the problem on previous installations using SQL2014. The report developers are using Visual Studio 2015 to create the RDL files as a Reporting Project.
The web developer developing the application has VS2015 but does have SQL2017 installed and he experiences the same problem if he depoys the RDLs to his local ReportServer.
Is anyone else experiencing difficulties?