C# 水晶报表未显示在设计页面中

C# 水晶报表未显示在设计页面中,c#,asp.net,crystal-reports-2010,C#,Asp.net,Crystal Reports 2010,我有我的水晶报告添加在html页面,但它并没有显示在设计页面得到错误 使用reportsource id属性显示reportsource控件。 请推荐我 <%@ Page Title="Home Page" Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Default._Default" %> <%@ Register Assembly="CrystalD

我有我的水晶报告添加在html页面,但它并没有显示在设计页面得到错误 使用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>

crystal report显示的错误是什么?这个问题有问题。。CrystalReportViewer中设置的ReportSourceID