4

我浏览了一些关于“在碧玉报告中添加页面边框”的帖子,但帮助很大。有人请详细告诉我如何添加页面边框?

4

1 回答 1

9

我通过为我的报告添加背景来实现这一点,例如:

<background>
    <band height="802" splitType="Stretch">
        <rectangle>
            <reportElement key="rectangle-2" x="0" y="76" width="535" height="726"/>
            <graphicElement>
                <pen lineWidth="0.5" lineStyle="Solid"/>
            </graphicElement>
        </rectangle>
    </band>
</background>
于 2012-05-14T05:34:49.210 回答