如何用边框填充空格或在表格中添加空行

时间:2016-01-06 05:47:53

标签: jasper-reports

我想填写jasper报告中的空白区域或表格中的空行 我的报告是

Jasper report file

我试过了

<box>
    <topPen lineWidth="2.0" lineStyle="Solid"/>
    <leftPen lineWidth="2.0" lineStyle="Solid"/>
    <rightPen lineWidth="2.0" lineStyle="Solid"/>
</box>

将水平线添加到细节带但不起作用。

1 个答案:

答案 0 :(得分:2)

您可以使用background波段绘制所需的固定线条。

<background>
    <band height="800">
        ... add lines you like to be in page background
    </band>
</background>

作为备注,columnFooter可以使用isFloatColumnFooter="true"代码

上的属性jasperReport向下移动到表格下方