JasperReport:在xls排序后,sum字段消失

时间:2017-02-03 13:36:36

标签: excel jasper-reports export-to-excel

我有jasper生成的xls文件:

enter image description here

sum 字段具有以下jrxml属性:

<textField isStretchWithOverflow="true" isBlankWhenNull="true">
    <reportElement positionType="Float" stretchType="RelativeToTallestObject" x="1050" y="13" width="90" height="11" isPrintWhenDetailOverflows="true" uuid="a41d8696-c8a2-43bc-a41c-1bfe5499d3d4"/>
    <textElement textAlignment="Right">
        <font size="8" isBold="true"/>
        <paragraph lineSpacing="1_1_2"/>
    </textElement>
    <textFieldExpression>##my_experssion##</textFieldExpression>
</textField>

按列排序后,总和字段消失

enter image description here

有没有简单的方法来解决这个问题?

0 个答案:

没有答案