預備的完美解決方案,在VC、IE、ASP環境下列印.

來源:互聯網
上載者:User
列印|解決 一種基於XML的報表開發工具,它支援從設計報表,調用API列印、預覽,能支援分布式報表、方便報表的儲存、轉寄。在報表中能嵌入VBScript,能方便地訪問VB,VC的變數,能訪問COM組件、ADO等遵循ActiveX標準的控制項。

包括報表可視化開發介面、報表文法解譯器,基於COM的組件。是分布式報表的完美解決方案

文法如下:

<?xml version="1.0" encoding="GB2312" ?>
<!DOCTYPE report SYSTEM "print_report.dtd" >
<report name='報表'>
<report_script>
dim rs,con,sql,lsh
dim temp
set con =CreateObject("ADODB.Connection") '建立ADO組件
con.ConnectionString = "DBQ=D:\uml_project\report\demo\asp\report.mdb;DRIVER={Microsoft Access Driver (*.mdb)};"
con.open
Set rs =CreateObject("ADODB.Recordset")
sql="SELECT * FROM cj,student where cj.id=student.id "
rs.open sql,con,1,3
</report_script>
<report_head height='20'>

<text name='vfptext' font_name='宋體' font_size='14' font_weight='700' font_italic='0' font_underline='0' top='10' left='78' width='26' height='5' >
成績明細表
</text>

</report_head>
<page_head height='10'> <!--報表頭-->

<text name='vfptext' font_name='宋體' font_size='9' font_weight='100' font_italic='0' font_underline='0' top='2' left='162' width='6' height='3' >
合計
</text>
</page_head>

<page_body height='10'>

<text name='vfptext' font_name='宋體' font_size='9' font_weight='100' font_italic='0' font_underline='0' top='2' left='15' width='25' height='4' >
<report_script>
Report.Write cstr(rs("xm"))
</report_script>
</text>

</page_body>

</report>

要想知道詳情請訪問:

http://go.163.com/reportpro/



相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.