report.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:4k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="report.aspx.cs" Inherits="web_pos_report" %>
- <%@ Register Assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
- Namespace="CrystalDecisions.Web" TagPrefix="CR" %>
- <!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>
- <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"
- rel="stylesheet" type="text/css" />
- <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"
- rel="stylesheet" type="text/css" />
- <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"
- rel="stylesheet" type="text/css" />
- <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"
- rel="stylesheet" type="text/css" />
- <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"
- rel="stylesheet" type="text/css" />
- <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"
- rel="stylesheet" type="text/css" />
- <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"
- rel="stylesheet" type="text/css" />
- <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"
- rel="stylesheet" type="text/css" />
- <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"
- rel="stylesheet" type="text/css" />
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0">
- <asp:View ID="View1" runat="server">
- <table style="width: 358px">
- <tr>
- <td style="height: 24px; width:80px">
- <span style="width:80px">选择年月</span>
- </td>
- <td style="height: 24px; width: 100px;">
- <asp:DropDownList ID="DropDownList1" runat="server" Width="100px">
- <asp:ListItem Value='2008'>2008</asp:ListItem>
- <asp:ListItem Value='2009'>2009</asp:ListItem>
- </asp:DropDownList>
- </td>
- <td style="height: 24px; width:20px">
- 年
- </td>
- <td style="height: 24px; width:100px">
- <asp:DropDownList ID="DropDownList2" runat="server" Width="100px">
- <asp:ListItem Value='01'>01</asp:ListItem>
- <asp:ListItem Value='02'>02</asp:ListItem>
- <asp:ListItem Value='03'>03</asp:ListItem>
- <asp:ListItem Value='04'>04</asp:ListItem>
- <asp:ListItem Value='05'>05</asp:ListItem>
- <asp:ListItem Value='06'>06</asp:ListItem>
- <asp:ListItem Value='07'>07</asp:ListItem>
- <asp:ListItem Value='08'>08</asp:ListItem>
- <asp:ListItem Value='09'>09</asp:ListItem>
- <asp:ListItem Value='10'>10</asp:ListItem>
- <asp:ListItem Value='11'>11</asp:ListItem>
- <asp:ListItem Value='12'>12</asp:ListItem>
- </asp:DropDownList>
- </td>
- <td style="width: 19px; height: 20px">
- 月
- </td>
- </tr>
- <tr>
- <td colspan="5">
- <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" /></td>
- </tr>
- </table>
-
- <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="true"
- ReportSourceID="CrystalReportSource1" Visible="False" />
- <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
- <Report FileName="webposCrystalReport.rpt">
- </Report>
- </CR:CrystalReportSource>
- </asp:View>
- </asp:MultiView></div>
- </form>
- </body>
- </html>