2
如何添加JavaScript行JasperReports的報告?如何在JasperReports的報告中插入JavaScript
我添加了一個靜態文本字段和由標記HTML和插入的文本爲<script></script>
但出口
<band height="79" splitType="Stretch">
<staticText>
<reportElement mode="Opaque" x="0" y="0" width="555" height="79" backcolor="#EEEEEE"/>
<textElement markup="html"/>
<text><![CDATA[<script type="text/javascript">window.alert('hello');</script>]]></text>
</staticText>
</band>
當我失去了一些不顯示的JavaScript屬性設置?我找不到一個具體的文件解釋如何在報告中嵌入JavaScript代碼。請提供任何文檔的鏈接(如果可用)