【问题标题】:Sql Service Reporting In Asp.NetAsp.Net 中的 Sql 服务报告
【发布时间】:2013-12-02 11:28:33
【问题描述】:

我使用 Visual stduio 2008 和 sql server 2008 r2 在 asp.net 中成功创建 sql 报告

我有一个报告名称report1.rdll

现在我有一个表单管理选项,我添加了报告之类的选项卡

html

<asp:Panel runat="server" ID="reprtpanel">
    <li>
        <a href="">
            <span>

         Reports 

            </span>
        </a>
    </li>
    </asp:Panel>

它告诉我这样的

image report

那么任何人请告诉我我如何调用 sql 报告...

【问题讨论】:

    标签: asp.net sql sql-server sql-server-2008 reporting-services


    【解决方案1】:

    toolox-> ReportingreportViewer 控件拖到您的 aspx 页面上。 然后从设计视图中单击查看器的箭头以选择您创建的 rdlc 报告,如图所示

    应该在 aspx 页面上加载您的报告

    更新: 要从远程服务器配置报告,您可以按照这 2 篇文章中的步骤进行操作

    1. Adding and Configuring the ReportViewer Controls
    2. Using the WebForms ReportViewer Control

    【讨论】:

    • 请查看我的 update3 问题,我在选择报告中添加图像,它只显示服务器报告、报告服务器 url、报告路径,当在报告路径中输入 report1.rdl 时,它无法显示报告..how to reslove this please image which I posted @Raphael
    • 我找到了 2 篇解释如何使用 rdl 报告的文章。我通常在我的项目中开发报告。
    猜你喜欢
    • 2010-11-03
    • 1970-01-01
    • 1970-01-01
    • 2011-10-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多