如何在asp.net中将Crystal Report添加到带有母版页的表单中 [英] how to add a Crystal Report into a form with a master page in asp.net

查看:59
本文介绍了如何在asp.net中将Crystal Report添加到带有母版页的表单中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将Crystal Report添加到带有asp.net主页的表单中



当我添加然后发生错误



how to add a Crystal Report into a form with a master page in asp.net

when i add then there is an error occurred

引用:

错误

加载报告失败。

Error
Load report failed.













<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
   
    <CR:CrystalReportViewer ID="CrystalReportViewer1"  runat="server" 
        AutoDataBind="True" EnableDatabaseLogonPrompt="False" 
        GroupTreeImagesFolderUrl="" Height="50px" ReportSourceID="restrodetails" 
        ToolbarImagesFolderUrl="" ToolPanelView="None" ToolPanelWidth="200px" 
        Width="350px" />
  
    <CR:CrystalReportSource ID="restrodetails"  runat="server">
        <Report FileName="CrystalReport1.rpt">
        </Report>
    </CR:CrystalReportSource>
  
    </asp:Content>

推荐答案

这与母版页无关,请尝试这些解决方案:

Crystal Reports:修复加载报告失败错误。 [ ^ ]
It's nothing to do with master page, try these solutions:
Crystal Reports: Fix for "Load report failed" error.[^]


这篇关于如何在asp.net中将Crystal Report添加到带有母版页的表单中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆