报告查看器错误

Posted

技术标签:

【中文标题】报告查看器错误【英文标题】:Reportviewer Error 【发布时间】:2013-05-24 08:56:55 【问题描述】:

我正在使用 VB.NET 和 mysql 并创建了一个报告,该报告在开发人员机器上正常工作,没有任何错误。当我安装它并在另一台机器上运行时,它会出现以下错误。我已经包含了 Microsoft.ReportViewer.Common.dll、Microsoft.ReportViewer.WinForms.dll

这是我加载报告的代码

Private Sub frmRptCustomerBal_Load(sender As Object, e As EventArgs) 处理 MyBase.Load 将 cn 调暗为新的 dbConnection cn.connect() rptCustomerBalTableAdapter.Connection = cn.conn ReportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Local ReportViewer1.LocalReport.ReportPath = "rptCustomerBal.rdlc" Me.rptCustomerBalTableAdapter.Fill(Me.rptCustomerBal._rptCustomerBal) Me.ReportViewer1.RefreshReport() cn.close_conn() 结束子

【问题讨论】:

请问您是如何解决错误的。我有同样的投降。我会感激不尽。谢谢 【参考方案1】:

您似乎尚未在客户端系统上安装 Report Viewer。 这是报告查看器的download link。

【讨论】:

以上是关于报告查看器错误的主要内容,如果未能解决你的问题,请参考以下文章

asp.net 报告查看器错误基础知识:不允许操作

MVC 错误中的 s-s-rS 报告查看器 (ReportViewerForMVC)

怎么查看WINDOWS错误报告

Birt 报告查看器无法启动 [重复]

查看器无法找到呈现报告所需的资源

s-s-rS 报告查看器 + ASP.NET 凭据 401 异常