/Reports/ViewReport.aspx
ASP.NET | 42 lines | 21 code | 0 blank | 21 comment | 0 complexity | c944788401bca91da91238a1b8ca5b57 MD5 | raw file
1<%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %> 2<%@ Page language="c#" Codebehind="ViewReport.aspx.cs" AutoEventWireup="false" Inherits="Reports.GeneralReportWebForm" %> 3<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 4<HTML> 5 <HEAD> 6 <title></title> 7 <meta content="Microsoft Visual Studio 7.0" name="GENERATOR"> 8 <meta content="C#" name="CODE_LANGUAGE"> 9 <meta content="JavaScript" name="vs_defaultClientScript"> 10 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema"> 11 <script language="JavaScript"> 12 <!-- 13 function documentKeyDown() { 14 var theKey = event.keyCode; 15 if (theKey == 27) { 16 window.close(); 17 } 18 } 19 20 document.onkceydown = documentKeyDown; 21 22 //--> 23 </script> 24 </HEAD> 25 <BODY bottomMargin="0" topMargin="0" MS_POSITIONING="GridLayout"> 26 <form id="Form1" method="post" runat="server"> 27 <CR:CRYSTALREPORTVIEWER id="viewer" style="Z-INDEX: 100;" DisplayGroupTree="False" HasToggleGroupTreeButton="False" HasSearchButton="False" HasExportButton="False" HasGotoPageButton="False" HasDrillUpButton="False" BestFitPage="False" ToolTip="Report Preview" Width="780px" runat="server" HasPrintButton="False"></CR:CRYSTALREPORTVIEWER> 28 </form> 29 <SCRIPT language="javascript"> 30 <!-- 31/* 32 document.getElementById("PageFooterSection1").parentNode.removeChild(document.getElementById("PageFooterSection1")); 33 34 document.getElementById("viewer").align="center"; 35 36 document.getElementsByTagName("div")[1].removeAttribute("style"); 37 //document.getElementsByTagName("div")[1].style.removeAttribute("overflow"); 38*/ 39 // --> 40 </SCRIPT> 41 </BODY> 42</HTML>