我在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>