Perfect solutions for printing and preparation in VC, IE, and ASP Environments

Source: Internet
Author: User

An XML-based report development tool that allows you to design reports and call APIs to print and preview reports. It supports distributed reports and facilitates report storage and forwarding. You can embed VBScript in a report to easily access the variables of VB and VC, and Access ActiveX-compliant controls such as COM components and ADO.
Including the visual report development interface, report syntax interpreter, and COM-based components. Perfect solution for Distributed reports
Syntax:
<? Xml version = "1.0" encoding = "GB2312"?>
<! DOCTYPE report SYSTEM "print_report.dtd">
<Report name = 'report'>
<Report_script>
Dim rs, con, SQL, lsh
Dim temp
Set con = CreateObject ("ADODB. Connection") 'create An ADO component
Con. ConnectionString = "DBQ = D: uml_projecteportdemoaspeport.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 = '000000' font_italic = '0' font_underline = '0' top = '10' left =' 78 'width = '26' height = '5'>
Score list
</Text>
</Report_head>
<Page_head height = '10'> <! -- Report header -->
<Text name = 'vfptext' font_name = ' 'font_size = '9' font_weight = '000000' font_italic = '0' font_underline = '0' top = '2' left =' 162 'width = '6' height = '3'>
Total
</Text>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.