?? bigclientinfroreport.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BigClientInfroReport.aspx.cs" Inherits="金利來分銷管理系統.BigCustomers.BigClientInfroReport" %>
<%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>大客戶明細報表</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="MSHTML 6.00.2900.5848" name="GENERATOR" />
<script src="../jinlilai.files/Right.files/Calendar.js" type="text/javascript"></script>
<link href="../jinlilai.files/CSS/Style.css" rel="stylesheet" type="text/css" />
</head>
<body style="background-position-y: -120px; background-image: url(../images/bg.gif);
background-repeat: repeat-x">
<form id="form1" runat="server">
<div>
<table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr style="background-image: url(../images/bg_header.gif); background-repeat: repeat-x"
height="47">
<td width="10">
<span style="float: left; background-image: url(../images/main_hl.gif); width: 15px;
background-repeat: no-repeat; height: 47px"></span>
</td>
<td>
<span style="float: left; background-image: url(../images/main_hl2.gif); width: 15px;
background-repeat: no-repeat; height: 47px"></span><span style="padding-right: 10px;
padding-left: 10px; float: left; background-image: url(../images/main_hb.gif);
padding-bottom: 10px; color: white; padding-top: 10px; background-repeat: repeat-x;
height: 47px; text-align: center;">大客戶明細報表</span> <span style="float: left; background-image: url(../images/main_hr.gif);
width: 60px; background-repeat: no-repeat; height: 47px"></span>
</td>
<td style="background-position: 50% bottom; background-image: url(../images/main_rc.gif)"
width="10">
</td>
</tr>
<tr>
<td style="background-image: url(../images/main_ls.gif)">
</td>
<td style="padding-right: 10px; padding-left: 10px; padding-bottom: 10px; color: #566984;
padding-top: 10px; background-color: white" valign="top" align="middle">
<div>
<br />
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana"
Font-Size="8pt" InteractiveDeviceInfos="(集合)" WaitMessageFont-Names="Verdana"
WaitMessageFont-Size="14pt">
<LocalReport ReportPath="BigCustomers\BigClientInfroReport.rdlc">
<DataSources>
<rsweb:ReportDataSource DataSourceId="SqlDataSource1" Name="BigClientInfro" />
<rsweb:ReportDataSource DataSourceId="SqlDataSource2" Name="DataSet1" />
</DataSources>
</LocalReport>
</rsweb:ReportViewer>
<asp:SqlDataSource ID="SqlDataSource2" runat="server"
ConnectionString="<%$ ConnectionStrings:SqlConnString %>"
SelectCommand="bigclient_Select_ByID" SelectCommandType="StoredProcedure">
<SelectParameters>
<asp:QueryStringParameter Name="bigclient_id" QueryStringField="bigclient_id"
Type="String" />
</SelectParameters>
</asp:SqlDataSource>
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:SqlConnString %>"
SelectCommand="bigclient_list_Select_ByID" SelectCommandType="StoredProcedure">
<SelectParameters>
<asp:QueryStringParameter Name="bigclient_id" QueryStringField="bigclient_id"
Type="String" />
</SelectParameters>
</asp:SqlDataSource>
<br />
</div>
</td>
<td style="background-image: url(../images/main_rs.gif)">
</td>
</tr>
<tr style="background-image: url(../images/main_fs.gif); background-repeat: repeat-x"
height="10">
<td style="background-image: url(../images/main_lf.gif)">
</td>
<td style="background-image: url(../images/main_fs.gif)">
</td>
<td style="background-image: url(../images/main_rf.gif)">
</td>
</tr>
</tbody>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -