溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

帶有ATGrid報(bào)表控件的頁面

發(fā)布時(shí)間:2020-06-12 17:18:59 來源:網(wǎng)絡(luò) 閱讀:341 作者:wglzaj 欄目:編程語言

---testATGridPrint.aspx
<html>
<head>
<title>New Page 1 </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body>
<p align="center">
<OBJECT id="ATGrid1" height="480" ;680" classid="clsid:D0CB6A0C-E656-4BF4-BD2D-6AE5EC183D7C">
<PARAM NAME="FileName" VALUE="CaiGouDingDan1.eT">
<PARAM NAME="BackColor" VALUE="#ffe7dd">
<PARAM NAME="Border3D" VALUE="FALSE">
<PARAM NAME="Ruler" VALUE="FALSE">
<PARAM NAME="DataSource" VALUE="importData3.aspx">
</OBJECT>
</p>
<p align="center">
<input type='button' value='打印預(yù)覽' onclick='javascript:printPreviewRpt();'>
<input type='button' value='打印一份' onclick='javascript:printRpt();'>
<input type='button' value='連續(xù)打印' onclick='javascript:printRpt10();'>
</p>
<script language="JavaScript">
function PrintSetup()
{
var strXML;
strXML = " <?xml version='1.0' encoding='gb2312'?>";
strXML =" <EtCell>";
strXML =" <ETPrint>";
strXML =" <PaperSize value='DMPAPER_USER' depth='cm' '11' Height='8' />";
strXML =" <PrintFullPage value='true' /> ";
strXML =" </ETPrint>";
strXML =" </EtCell>";
//設(shè)置打印選項(xiàng)
ATGrid1.ImportXML(strXML);
}
function printPreviewRpt()
{
PrintSetup();
ATGrid1.PrintPreview();
}
function printRpt()
{
//下面導(dǎo)入數(shù)據(jù)
/*
ATGrid1.OpenDoc(xxx.et);
ATGrid1.ImportXML(url?參數(shù));
ATGrid1.Print(false);
*/
PrintSetup();//設(shè)置紙張大小
ATGrid1.Print(false);
}
function printRpt10()
{
//循環(huán)打印10份
for(ii=0;ii <10;ii )
{
printRpt();
}
}
&lt;/SCRIPT>
</body>
</html>

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI