0

每当我尝试使用 jasper 报告运行 pdf 时,它都会覆盖 pdf 中的文本。请帮忙。我正在使用 ireport 4.0.1。

参数和文本字段定义如下

<parameter name="descriptionOfGoods" class="java.lang.String" isForPrompting="false"/>
<textField pattern="" isBlankWhenNull="true">
    <reportElement x="374" y="381" width="188" height="156"/>
    <textElement verticalAlignment="Top">
        <font fontName="Courier New" size="7" isBold="true"/>
        <paragraph lineSpacing="Single" lineSpacingSize="1.0"/>
    </textElement>
    <textFieldExpression class="java.lang.String"><![CDATA[$P{descriptionOfGoods}+"  "]]></textFieldExpression>
</textField>
4

0 回答 0