【发布时间】:2018-12-08 07:14:18
【问题描述】:
这是我的 _ReportViewer.cshtml 部分视图:
@using ReportViewerForMvc
@Html.ReportViewer(ViewBag.ReportViewer as Microsoft.Reporting.WebForms.ReportViewer, new { scrolling = "no", style = "width: 100%; border-width: 0px" })
我的 MVC 操作返回 PartialView("_ReportViewer");抛出“路径的控制器'/ REPORTVIEWERWEBFORM.ASPX'未找到或未实现ICONTROLLER。”例外。
【问题讨论】:
标签: asp.net-mvc-partialview reportviewerformvc