【问题标题】:How To Have a Microsoft Report on Remote Server Network- Microsoft Report 2010 [rdlc]?如何在远程服务器网络上生成 Microsoft 报告 - Microsoft Report 2010 [rdlc]?
【发布时间】:2011-06-02 08:53:41
【问题描述】:

嗨 真的,我对 Microsoft Report 很陌生。之前我只用过水晶报表而已。所以我没有任何想法。

实际上,在我的系统中,我使用了以下代码,它工作正常。但是我的程序必须由网络上的另外 2 个用户访问。在网络上,我的程序运行良好,除了报告没有问题。为此我不知道,我还需要什么? 可能我需要在网络中安装了 sqlserver 的机器上安装任何东西吗? 或者我必须将reportviewer 安装到我的用户系统中? 还有任何示例代码吗?

任何指南都会很高兴。

感谢您的想法。

感谢和问候 帕拉穆

reportViewer1.RefreshReport(); Microsoft.Reporting.WinForms.ReportDataSource VehRDS = new Microsoft.Reporting.WinForms.ReportDataSource(); RepDS.Name = "DataSet1"; RepDS.Value = MyDataTable1; reportViewer1.LocalReport.DataSources.Clear(); reportViewer1.LocalReport.DataSources.Add(VehRDS); reportViewer1.LocalReport.ReportPath ="C:\\Documents and Settings\\...\\My Documents\\Visual Studio 2010\\Projects\\MyProject\\My_Report.rdlc"; reportViewer1.RefreshReport(); reportViewer1.Visible = true;

【问题讨论】:

    标签: c# reportviewer


    【解决方案1】:

    【讨论】:

      【解决方案2】:

      我认为您需要为 Crystal Report 安装合并模块。

      Crystal Report MergeModule

      然后在您需要的部署项目上

      How to: Add Merge Modules to a Deployment Project

      问候

      【讨论】:

      • 谢谢...但我会问另一个关于reportviewer的问题以消除我所有的疑问。
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-03-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-04-11
      相关资源
      最近更新 更多