水晶报告在2012年

时间:2014-03-15 09:39:13

标签: asp.net crystal-reports

我在vs 2012中做了一个水晶报告。但是当我运行该项目时,向我显示了在IE,Chrome,Firefox中测试的空白页面。该报告没有任何问题。 这是我的代码:

    <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True" GroupTreeImagesFolderUrl="" Height="1202px" ReportSourceID="CrystalReportSource1" ToolbarImagesFolderUrl="" ToolPanelWidth="200px" Width="1104px" />
    <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
        <Report FileName="CrystalReport1.rpt">
        </Report>
    </CR:CrystalReportSource>

1 个答案:

答案 0 :(得分:0)

从C:\ inetpub \ wwwroot复制aspnet_client并将其粘贴到您的网站根目录。