Crystal报表未在设计页面中显示

时间:2014-09-23 05:53:12

标签: c# asp.net crystal-reports-2010

我在html页面中添加了我的水晶报告但是在desgn页面中没有显示错误 使用reportsource id属性显示reportsource控件。 请建议我

<%@ Page Title="Home Page" Language="C#"  AutoEventWireup="true"
        CodeBehind="Default.aspx.cs" Inherits="Default._Default" %>
<%@ Register Assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"   Namespace="CrystalDecisions.Web"TagPrefix="CR"%>

<html xmlns="http://www.w3.org/1999/xhtml">

  <head id="Head1" runat="server">

    <title>Crystal Report Sample</title>

  </head>

  <body>

  <form id="form1"runat="server">

    <div>
    <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="true" ReportSourceID="CrystalReportSource1" />  
    <CR:CrystalReportSource ID="CrystalReportSource1" runat="server"></CR:CrystalReportSource>

    </div>

  </form>

  </body>

</html>

0 个答案:

没有答案