You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GoodBatchPrint.aspx.cs" Inherits="TradeManage.PrintTemplate.GoodBatchPrint" %>
<!DOCTYPE html>
<%@ Register assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" tagprefix="CR" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="true"
EnableDatabaseLogonPrompt="False" EnableParameterPrompt="False" ReportSourceID="CrystalReportSource1"
ToolPanelView="None" HasDrilldownTabs="False" HasDrillUpButton="False" HasToggleGroupTreeButton="False"
HasToggleParameterPanelButton="False" />
<CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
<Report FileName="GoodBatch.rpt">
</Report>
</CR:CrystalReportSource>
<asp:ObjectDataSource ID="ObjectDataSourcedata" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="wgptDataSetTableAdapters.ordersTableAdapter">
<SelectParameters>
<asp:Parameter Name="id" Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
</div>
</form>
</body>
</html>