当从数据库提供图像路径时,在Jasper报告中动态加载图像

时间:2014-07-07 15:21:27

标签: mysql jasper-reports report

我想在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>

0 个答案:

没有答案