如何在我的jasper报告的标题中嵌入静态URL链接,以便当我点击每个HTML报告顶部的公司徽标(或文本)时,它将在浏览器中打开我们的网站并带我到我的公司主页。
我正在使用Jasper Report Studio 6.2.1并在Jasper Server 6.2.1上托管报告
答案 0 :(得分:0)
试试这个:
<textField hyperlinkType="Reference">
<reportElement x="5" y="95" width="300" height="15"/>
<textFieldExpression class="java.lang.String">" >> Click here to go to www.google.com"</textFieldExpression>
<hyperlinkReferenceExpression>"http://www.google.com
</hyperlinkReferenceExpression>
</textField>