📄 anlysisrpt01.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AnlysisRpt01.aspx.cs" Inherits="esurvey_anlysis.AnlysisRpt01" %>
<%@ Register TagPrefix="CR" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>主管核心管理才能評量報告_報表</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<CR:CrystalReportViewer ID="CRViewer1" runat="server" AutoDataBind="True"
Height="1039px" ReportSourceID="CrystalReportSource1" Width="901px" OnInit="CrystalReportViewer1_Init" />
<CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
<Report FileName="Crpt_Anlysis01.rpt">
</Report>
</CR:CrystalReportSource>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -