http://blog.csdn.net/xorong/article/details/1574915
初次接触birt每次做出来的报表后面都一个时间,比较不合需要,又没找到去掉的地方,索性打开xml,找到下面这段代码:
把其中的page-footer删除即可
http://blog.csdn.net/xorong/article/details/1574915
初次接触birt每次做出来的报表后面都一个时间,比较不合需要,又没找到去掉的地方,索性打开xml,找到下面这段代码:
1 2 3 4 5 6 7 8 9 10 11 |
Xml代码 <page-setup> <simple-master-page name="Simple MasterPage" id="2"> <page-footer> <text id="3"> <property name="contentType">html</property> <text-property name="content"><![CDATA[<value-of>new Date()</value-of>]]></text-property> </text> </page-footer> </simple-master-page> </page-setup> |
把其中的page-footer删除即可
做自己喜欢做的,跟家人同等重要