首先添加参数,report_name,值可以输入报表名,如果是需要单元格,直接
FR.doHyperlink(window.event, [{"data":"var as=arguments; return FR.tc(function(){FR.doHyperlinkByGet4Reportlet({\"para\":{\"__pi__\":true},\"feature\":\"width=600,height=400,\",\"title\":\"网络报表1\",\"url\":\"/webroot/decision/view/report?viewlet=%2F"+ report_name +"\",\"target\":\"_dialog\"})}, this, as)","name":"网络报表1"}], true)
最后点击按键,成功弹出对话框
如果还想给报表加上指定参数,我们加上para参数,然后拼接上去
FR.doHyperlink(window.event,[{"data":"var as=arguments; return FR.tc(function(){FR.doHyperlinkByGet4Reportlet({\"para\":{\"__pi__\":true},\"feature\":\"width=600,height=400,\",\"title\":\"网络报表1\",\"url\":\"/webroot/decision/view/report?viewlet=%2F"+ report_name +para+"\",\"target\":\"_dialog\"})}, this, as)","name":"网络报表1"}], true)
点击后,看到地区参数变成了我们指定的“测试”
同样也可以设置单元格的值,参数类型使用公式