You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1022 B
Plaintext
32 lines
1022 B
Plaintext
2 months ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RepoeTest.aspx.cs" Inherits="TradeManage.PrintTemplate.RepoeTest" %>
|
||
|
|
||
|
|
||
|
<%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
|
||
|
|
||
|
|
||
|
<!DOCTYPE html>
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head runat="server">
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||
|
<title></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form id="form1" runat="server">
|
||
|
<div>
|
||
|
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
|
||
|
|
||
|
|
||
|
<rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Height="518px" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Width="879px">
|
||
|
<LocalReport ReportPath="PrintTemplate\EubReport.rdlc">
|
||
|
</LocalReport>
|
||
|
</rsweb:ReportViewer>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|