[url]http://blog.youkuaiyun.com/xorong/article/details/1574915[/url]
初次接触birt每次做出来的报表后面都一个时间,比较不合需要,又没找到去掉的地方,索性打开xml,找到下面这段代码:
把其中的page-footer删除即可
初次接触birt每次做出来的报表后面都一个时间,比较不合需要,又没找到去掉的地方,索性打开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删除即可