终于发现了。
hyperlinkTooltipExpression
设置备用文本。像这样的东西;
<image isLazy="true">
<reportElement positionType="Float" x="0" y="0" width="100" height="100"/>
<imageExpression class="java.lang.String"><![CDATA[$P{imageToBeShown}]]></imageExpression>
<hyperlinkTooltipExpression><![CDATA["Description goes here"]]></hyperlinkTooltipExpression>
</image>