每当我尝试使用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>