如何在同一个窗口中弹出子报表作为弹出窗口?
现在它在 JasperReports Server 的同一窗口中向下钻取
以下是代码:
<textField hyperlinkType="ReportExecution">
<reportElement mode="Opaque" x="0" y="0" width="60" height="20" forecolor="#2471D6" uuid="dcbcfbd0-98a4-4c94-a7a5-01ff9bff8db8"/>
<textElement textAlignment="Center" verticalAlignment="Middle"> <font isUnderline="true"/> </textElement>
<textFieldExpression><![CDATA[$V{resourceunique1}]]></textFieldExpression> <hyperlinkParameter name="_report">
<hyperlinkParameterExpression><![CDATA["jrepo:/ca_ppm/ReportsCustom/subReports/ResourceCapacityGridByProjectReport"]]></hyperlinkParameterExpression>
</textField>
我需要弹出参数“_report”,我可以直接在“_report”参数表达式中给出javascript。如果是这样,请你带我去实现它
答案 0 :(得分:1)
您可以通过使用这些值填写Jaspersoft Studio中的“超链接”选项卡,在弹出窗口中打开报表。请注意,您需要添加服务器URL: