【问题标题】: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() 结束子

【问题讨论】:

  • 请问您是如何解决错误的。我有同样的投降。我会感激不尽。谢谢

标签: vb.net report reportviewer


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-05-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多