reportviewerformvc

Can one use Reportviewer Control in ASP.net Core

扶醉桌前 提交于 2019-12-03 11:40:39
问题 I want to make use of the Reporting Services ReportViewer control in an ASP.NET Core MVC project. The solution as proposed in other answers it to add a webform to the project. However since ASP.NET Core doesn't support webforms I cannot add the control to a webform. Is there any other workaround that might possibly assist me in using the ReportViewer control in an ASP.NET Core Web application? 回答1: Update 2019 I have ReportViewer working on ASP.NET Core on Windows, and most features (not PDF

Can one use Reportviewer Control in ASP.net Core

情到浓时终转凉″ 提交于 2019-12-03 06:26:10
I want to make use of the Reporting Services ReportViewer control in an ASP.NET Core MVC project. The solution as proposed in other answers it to add a webform to the project. However since ASP.NET Core doesn't support webforms I cannot add the control to a webform. Is there any other workaround that might possibly assist me in using the ReportViewer control in an ASP.NET Core Web application? Update 2019 I have ReportViewer working on ASP.NET Core on Windows, and most features (not PDF and Images/PowerPoint) also work on ASP.NET Core on Linux. There's still some bugs to weed out, though. You