关于jasper报告中组变更的不同页面

时间:2015-02-03 12:30:19

标签: jasper-reports

我的报告组包含4-5个表格组件,每次更改组时都会打印。我不想在组内的表格组件中打印同一组的多个条目。

1 个答案:

答案 0 :(得分:0)

<textField>
                    <reportElement   x="150" y="0" width="60" height="20" isPrintRepeatedValues="false" />//**isPrintRepeatedValues="false"** 

                    <textElement  textAlignment="Left">
                        <font isBold="false"  isUnderline="false"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{activityname}]]></textFieldExpression>
                </textField>


<textField>