我想在JasperReport中显示一个Image,其相对路径存储在MySQL的表中。列的名称是photo
。我正在尝试以下方式,但得到一个空白框:
<image scaleImage="FillFrame" onErrorType="Blank">
<reportElement uuid="aac93115-362a-4bf3-a83d-fcceba4c0922" x="413" y="79" width="141" height="160"/>
<box topPadding="1" leftPadding="1" bottomPadding="1" rightPadding="1">
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<imageExpression><![CDATA[$F{photo}]]></imageExpression>
</image>