我有以下资源: my.report.title =重要报告
我有以下jrxml来源:
ConstraintException
我在<textField>
<reportElement mode="Opaque" x="120" y="64" width="60" height="14" backcolor="#DCDCDC" uuid="f3ae3e13-2dd3-4420-b96f-6b68c541ee98">
<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
</reportElement>
<box>
<pen lineWidth="0.25"/>
<topPen lineWidth="0.25"/>
<leftPen lineWidth="0.0"/>
<bottomPen lineWidth="0.25"/>
<rightPen lineWidth="0.0"/>
</box>
<textElement>
<font isBold="true"/>
<paragraph leftIndent="2"/>
</textElement>
<textFieldExpression><![CDATA[$R{my.report.title}]]></textFieldExpression>
</textField>
输出中看到的是,我的标题被剪切为一个单词重要而不是重要报告。
如何解决?我们是否在.xls
中扩展单元的解决方案?