zoukankan      html  css  js  c++  java
  • 【整理】Report Viewer 2010发布方法

    ①安装“Microsoft Report Viewer 2010 Redistributable Package”;

    ②命令行中执行:

       1:  dir %windir%\assembly\gac_msil\*reportviewer*.dll /s /b

    ③将执行结果中的关于ReportViewer 10.0.0.0的dll文件提取出来:

       1:  md D:\ReportViewer
       2:  copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.Common\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.Common.dll D:\ReportViewer
       3:  copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.DataVisualization\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.DataVisualization.dll D:\ReportViewer
       4:  copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.ProcessingObjectModel\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.ProcessingObjectModel.dll D:\ReportViewer
       5:  copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.WebForms\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll D:\ReportViewer
       6:  copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.WinForms\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WinForms.dll D:\ReportViewer

    ④将③得到的文件复制到站点目录下的bin目录下。

    【相关下载】

    Microsoft Report Viewer 2010 Redistributable Package

    Microsoft Report Viewer 2010 Redistributable Package 包含用于查看使用 Microsoft 报表技术设计的报表的控件。

    2010/10/4


     

    Microsoft Report Viewer 2010 SP1 Redistributable Pacckage

    Microsoft Report Viewer 2010 SP1 Redistributable Package 包含用于查看使用 Microsoft 报告技术设计的报告的控件。

    2011/3/3


     

    Microsoft Report Viewer Redistributable 2010 SP1 语言包

    Microsoft Report Viewer Redistributable 2010 SP1 语言包包含 Windows 窗体和 ASP.NET Web 服务器控件,这些控件可用于查看使用 Microsoft 报告技术设计的报告。

    2011/3/3


     

    Microsoft Visual Studio 2010 Service Pack 1 Report Viewer 更新 (KB2549864)

    此更新可解决在安装 Visual Studio 2010 Service Pack 1 之后报表查看器的功能中断问题。安装此更新后,请重启计算机。

    2011/9/2


     

    Microsoft Report Viewer Redistributable 2010 语言包

    Microsoft Report Viewer 2010 Redistributable Package 包含 Windows 窗体和 ASP.NET Web 服务器控件,可用于查看使用 Microsoft 制表技术设计的报表。

    2010/6/1

  • 相关阅读:
    MySQL根据逗号将一行数据拆成多行数据
    pyhon实现excel的转置
    python批量加入数据库
    jieba词频统计
    python 求顾客相邻两次购买周期
    mysql求取最后两次价格上涨趋势
    mysql求每一个顾客购买商品的相邻时间间隔
    利用Python从一个数据库中查询结果插入到另一个数据库中
    电商项目数据分析
    线程的两种调用方式
  • 原文地址:https://www.cnblogs.com/oneisyou/p/2446460.html
Copyright © 2011-2022 走看看