• <bdo id='C1Kck'></bdo><ul id='C1Kck'></ul>

      <tfoot id='C1Kck'></tfoot>

      <legend id='C1Kck'><style id='C1Kck'><dir id='C1Kck'><q id='C1Kck'></q></dir></style></legend>

      <small id='C1Kck'></small><noframes id='C1Kck'>

    1. <i id='C1Kck'><tr id='C1Kck'><dt id='C1Kck'><q id='C1Kck'><span id='C1Kck'><b id='C1Kck'><form id='C1Kck'><ins id='C1Kck'></ins><ul id='C1Kck'></ul><sub id='C1Kck'></sub></form><legend id='C1Kck'></legend><bdo id='C1Kck'><pre id='C1Kck'><center id='C1Kck'></center></pre></bdo></b><th id='C1Kck'></th></span></q></dt></tr></i><div id='C1Kck'><tfoot id='C1Kck'></tfoot><dl id='C1Kck'><fieldset id='C1Kck'></fieldset></dl></div>

      用于 Visual Studio 2010 错误的 Crystal Reports

      Crystal Reports for Visual Studio 2010 Error(用于 Visual Studio 2010 错误的 Crystal Reports)
      <i id='GyCso'><tr id='GyCso'><dt id='GyCso'><q id='GyCso'><span id='GyCso'><b id='GyCso'><form id='GyCso'><ins id='GyCso'></ins><ul id='GyCso'></ul><sub id='GyCso'></sub></form><legend id='GyCso'></legend><bdo id='GyCso'><pre id='GyCso'><center id='GyCso'></center></pre></bdo></b><th id='GyCso'></th></span></q></dt></tr></i><div id='GyCso'><tfoot id='GyCso'></tfoot><dl id='GyCso'><fieldset id='GyCso'></fieldset></dl></div>

        <small id='GyCso'></small><noframes id='GyCso'>

          • <bdo id='GyCso'></bdo><ul id='GyCso'></ul>

                <tbody id='GyCso'></tbody>

                <legend id='GyCso'><style id='GyCso'><dir id='GyCso'><q id='GyCso'></q></dir></style></legend>

              1. <tfoot id='GyCso'></tfoot>
                本文介绍了用于 Visual Studio 2010 错误的 Crystal Reports的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我正在尝试从使用 ASP.NET 4.0 和 Visual Studio 2010 构建的 Web 应用程序运行水晶报表.我已经从 SAP 站点安装了以下内容 (http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp)

                I am trying to run a crystal report from my web application which was built using ASP.NET 4.0 and Visual Studio 2010. I have installed the following from the SAP site (http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp)

                1) SAP Crystal Reports,Visual Studio 2010 版 - 将软件安装到 Visual Studio IDE 中的标准 EXE 安装包.

                1) SAP Crystal Reports, version for Visual Studio 2010 - Standard EXE installation package which installs the software into the Visual Studio IDE.

                2) 适用于 .NET Framework 4(64 位)的 SAP Crystal Reports 运行时引擎

                2) SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit)

                我有一个名为 Reports.aspx 的页面,其中有一个水晶报表查看器控件

                I have a page called Reports.aspx in which I have a crystal report viewer control

                 <CR:CrystalReportViewer ID="rptViewer" runat="server" AutoDataBind="true" />
                

                在 Reports.aspx.cs 文件中我有以下代码:

                In the Reports.aspx.cs file I have the following code:

                protected override void OnPreRender(EventArgs e)
                {
                    ReportDocument report = new ReportDocument();
                    var path = Server.MapPath("Reports/Sample.rpt");
                    report.Load(path);
                    report.SetDatabaseLogon("username", "password", "servername", "databasename");
                    rptViewer.ReportSource = report;
                }
                

                在 report.Load(path) 行我收到以下错误:

                On the report.Load(path) line I get the following error:

                不支持的操作.JRC 引擎处理的文档无法在 C++ 堆栈中打开.

                我该如何解决这个问题?

                How can I fix this?

                推荐答案

                确保报告在 app_code 文件夹中初始化它的新实例,而不是初始化报表文档并将报表加载到其中.

                make sure the report is in app_code folder initialize a new instance of it instead of initializing a reportdocument and loading the report in it.

                Sample report = new Sample();
                

                这对我有用

                这篇关于用于 Visual Studio 2010 错误的 Crystal Reports的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Performance overhead of using attributes in .NET(在 .NET 中使用属性的性能开销)
                Accessing attribute info from DTE(从 DTE 访问属性信息)
                c# Hide a property in datagridview with datasource(c#使用数据源隐藏datagridview中的属性)
                Extract Display name and description Attribute from within a HTML helper(从 HTML 帮助器中提取显示名称和描述属性)
                C# Attributes and their uses(C# 属性及其用途)
                C# - Getting all enums value by attribute(C# - 按属性获取所有枚举值)
                  <tbody id='a9WZl'></tbody>

                  • <bdo id='a9WZl'></bdo><ul id='a9WZl'></ul>

                      <legend id='a9WZl'><style id='a9WZl'><dir id='a9WZl'><q id='a9WZl'></q></dir></style></legend>
                        <i id='a9WZl'><tr id='a9WZl'><dt id='a9WZl'><q id='a9WZl'><span id='a9WZl'><b id='a9WZl'><form id='a9WZl'><ins id='a9WZl'></ins><ul id='a9WZl'></ul><sub id='a9WZl'></sub></form><legend id='a9WZl'></legend><bdo id='a9WZl'><pre id='a9WZl'><center id='a9WZl'></center></pre></bdo></b><th id='a9WZl'></th></span></q></dt></tr></i><div id='a9WZl'><tfoot id='a9WZl'></tfoot><dl id='a9WZl'><fieldset id='a9WZl'></fieldset></dl></div>
                        • <small id='a9WZl'></small><noframes id='a9WZl'>

                          <tfoot id='a9WZl'></tfoot>