簡體   English   中英

碧玉報告中有關組更改的不同頁面

[英]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>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM