home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / cp2013 / ReportViewers / DistributionReportViewer.aspx next >
Text File  |  2013-06-07  |  946b  |  21 lines

  1. ∩╗┐<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DistributionReportViewer.aspx.cs" Inherits="CompulsoryWeb.DistributionReportViewer" %>
  2.  
  3. <%@ Register assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" namespace="CrystalDecisions.Web" tagprefix="CR" %>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head runat="server">
  9.     <title></title>
  10. </head>
  11. <body>
  12.     <form id="frmMain" runat="server">
  13.     <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" 
  14.         AutoDataBind="True" EnableDatabaseLogonPrompt="False" 
  15.         EnableParameterPrompt="False" GroupTreeImagesFolderUrl="" Height="50px" 
  16.         ToolbarImagesFolderUrl="" 
  17.         ToolPanelView="None" ToolPanelWidth="200px" Width="350px" />
  18.     </form>
  19. </body>
  20. </html>
  21.