CSV报告记录有误

时间:2019-04-08 06:40:50

标签: jasper-reports export-to-csv

我有一个CSV报表,有时名称会分开,并以2条单独的行包含在结果表中。 HTML和PDF似乎可以正常工作。  为5000个条目,并且由此导致〜30条额外的行。

下面是我用于报告的代码

<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
    <reportElement uuid="3259c29f-680c-4771-9e32-14a43768f511" key="textField" stretchType="RelativeToTallestObject" mode="Opaque" x="315" y="0" width="115" height="19" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF"/>
    <box leftPadding="2" rightPadding="2">
        <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
        <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
        <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
        <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
    </box>
    <textElement textAlignment="Left" verticalAlignment="Top" rotation="None">
        <font fontName="Arial" size="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="REPORT_PDF_FONTNAME" pdfEncoding="REPORT_PDF_ENCODING" isPdfEmbedded="false"/>
        <paragraph lineSpacing="Single"/>
    </textElement>
    <textFieldExpression><![CDATA[$F{commandInitiator}.equals("USER") ?$F{userID}:$F{commandInitiator}]]></textFieldExpression>
</textField>

与isStretchWithOverflow =“ true”一起,我尝试了带有不同选项的StretchType;宽度也增加了-但没有运气

0 个答案:

没有答案