I am trying to use ReportViewer (it should be ReportViewer!) With Asp.NET MVC. Is it possible?
Thanks!!!
You can use the web form to do this or use the SOAP functions
Report Viewer requires view state, and you do not have this in ASP.Net MVC.
There are two ways to do this.
Any control that does not use ViewState or requires runat=servercan be used without problems in ASP.NET MVC.
runat=server
The ASP.NET MVC construct allows you to write a report in a relatively simple sentence view.
You want to place the report viewer in a web form. See the second section on this page.
http://www.packtpub.com/article/mixing-asp.net-webforms-and-asp.net-mvc
Source: https://habr.com/ru/post/1722725/More articles:MySQL input / output stream invalid - mysqlURL analysis using ASP.NET MVC routing - asp.net-mvcpopToRootViewControllerAnimated toolbar does not update correctly - uinavigationcontrollerExclude many-to-many relationships through third table - pythononmouseover does not work when using javascript to add img tag in IE - javascriptGH-Unit ΠΈ Objective Π‘++ - unit-testingReg exp wanted to replace all non-alphanumeric characters with underscores - phpTemplates, nested classes, and "expected constructor, destructor, or conversion to" and "token" - c ++Odd behavior of a Perl conditional operator - conditional-operatorCall the web service via https - c #All Articles