Visual Studio 2012:无法添加报表查看器?

时间:2013-06-12 11:12:06

标签: c# visual-studio-2012 reportviewer

在我的项目中,我有一个report.rdlc,我想在我的Windows窗体类中使用它。但是,当我尝试添加报表查看器组件时,我的可视窗体会弹出以下错误:

Error

1 个答案:

答案 0 :(得分:0)

这个解决方案帮助我解决了我的问题

  1. 我下载并安装了Report Viewer 2010版本。

  2. 然后我从

  3. 添加了Microsoft.ReportViewer.WebForms.DLL程序集文件
  4. C:\Windows\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\11.0.0.0__89845dcd8080cc91。 最后,我将以下行添加到.ascx文件中。 <%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>