Files
ayanova7/source/ri/ri/ReportView.aspx
2018-06-29 19:47:36 +00:00

29 lines
1.4 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ReportView.aspx.cs" Inherits="ri.ReportView"
EnableEventValidation="false" ValidateRequest="false" %>
<%@ Register Assembly="DevExpress.XtraReports.v10.2.Web, Version=10.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"
Namespace="DevExpress.XtraReports.Web" TagPrefix="dxwc" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<a style="text-decoration:none" runat="server" id="ayfLinkTop"><div style="display:block; text-align: center;color:white;background-color:#5bc0de;font-weight:bold;font-size:48px;">&lt;</div></a>
<hr />
<form id="form1" runat="server">
<div id="rptDiv">
<dxwc:ReportToolbar ID="ReportToolbar1" runat="server" ReportViewer="<%# ReportViewer1 %>" />
<dxwc:ReportViewer ID="ReportViewer1" runat="server" />
</div>
</form>
<hr />
<a style="text-decoration:none" runat="server" id="ayfLinkBottom"><div style="display:block; text-align: center;color:white;background-color:#5bc0de;font-weight:bold;font-size:48px;">&lt;</div></a>
</body>
<script type="text/javascript">
setTimeout(function () {
window.history.back();
}, 300000);
</script>
</html>