简体   繁体   中英

different pages on change of group in jasper reports

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

<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>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM