在我的碧玉报告中,摘要带位于最后一页页脚和细节带之间。我想在报告的最后一页打印摘要带,即在最后一页页脚带之后。如何在最后一页页脚带内容之后获取摘要带内容。
答案 0 :(得分:1)
这是jasperReport
标记
isSummaryNewPage="true"
并确保您不拥有isSummaryWithPageHeaderAndFooter="true"
示例强>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="reputation" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isSummaryNewPage="true" uuid="a88bd694-4f90-41fc-84d0-002b90b2d73e">
修改强>
如果您在此页面上也需要页码,只需将其添加到摘要带