我已经阅读了一些关于“在jasper报告中添加页面边框”的帖子,但是帮助很多。有人请详细告诉我如何添加页面边框?
答案 0 :(得分:7)
我通过在报告中添加背景来实现这一目标,例如:
<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>