설계 보고서를 지원하고 API 인쇄 호출, 미리보기 및 분산 보고서 및 저장 및 전달에 대한 편리한 보고서를 지원할 수있는 XML 기반보고 도구. 보고서에서 vbscript를 포함 할 수 있고 VB, VCS에 쉽게 액세스 할 수 있으며 COM 구성 요소, ADO 등과 같은 ControlX 표준에 액세스 할 수있는 변수. ActiveX 표준을 따르십시오.
보고서 시각 개발 인터페이스, 보고서 문법 통역사, COM 기반 구성 요소 포함. 분산 보고서의 완벽한 솔루션입니다
문법은 다음과 같습니다.
<? xml 버전 = 1.0 인코딩 = gb2312?>
<doctype 보고서 시스템 prop_report.dtd>
<report name = 'report'>
<report_script>
Dim Rs, Con, SQL, LSH
희미한 온도
set cons = createobject (adodb.connection) 'ado 구성 요소 생성
con.connectionstring = dbq = d : /uml_project/report/esp/report.mdb = {Microsoft Access Driver (*.mdb)};
콘
set rs = createobject (adodb.recordset)
SQL = SELECT *에서 CJ에서 CJ.ID = Student.Id에서 학생
Rs.OOPEN 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_underliline ='top = '10'왼쪽 = '78 '너비 ='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 ='top = '2'left = '162'width = '6'높이 = '3'>
총
</text>
</page_head>
<page_body height = '10 '>
<text name = 'vfptext'font_name = 'font_size ='9 'font_weight ='100 'font_italic ='0 'font_underline ='top = '2'left = '15'width = '25 '높이 ='4 '>
<report_script>
report.write cstr (rs (xm))
</report_script>
</text>
</page_body>
</refort>