mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
报表基础模块:1、新增模板加载空白xml;2、移除模板type改为后端定义;
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ureport xmlns="http://www.example.org/ureport2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.example.org/ureport2 http://www.example.org/ureport2 ">
|
||||
<cell expand="None" name="A1" col="1" row="1">
|
||||
<simple-value><![CDATA[]]></simple-value>
|
||||
<cell-style font-size="10" font-family="宋体" align="left" valign="middle"></cell-style>
|
||||
</cell>
|
||||
<row row-number="1" height="18"/>
|
||||
<column col-number="1" width="80"/>
|
||||
<paper type="A4" orientation="portrait" paging-mode="fitpage"></paper>
|
||||
</ureport>
|
||||
Reference in New Issue
Block a user