home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / CP_Realtime_publish / StockReportView.aspx < prev    next >
Text File  |  2013-06-07  |  1KB  |  26 lines

  1. ∩╗┐<%@ page language="VB" autoeventwireup="false" inherits="StockReportView, App_Web_xvkqdpgc" %>
  2.  
  3. <%@ Register Assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
  4.     Namespace="CrystalDecisions.Web" TagPrefix="CR" %>
  5.     
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head id="Head1" runat="server">
  10.     <title></title>
  11. </head>
  12. <body>
  13.     <form id="form1" runat="server">
  14.     <div>
  15.     <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" PrintMode="ActiveX"
  16.             AutoDataBind="True" Height="1120px" ReportSourceID="CrystalReportSource1" 
  17.             Width="893px" />
  18.         <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
  19.             <Report FileName="CRPT_MC10_000.rpt">
  20.             </Report>
  21.         </CR:CrystalReportSource>
  22.     </div>
  23.     </form>
  24.     
  25. </body>
  26. </html>