标签: iccube iccube-reporting
我们想在不同的模式上重复使用iccube报告。我们的想法是拥有一些可以在不同模式上使用的模板。
执行此操作的解决方案是什么(我们使用ic3reporting.openReport打开报告)?
答案 0 :(得分:1)
尝试使用报告架构参数
ic3reporting.openReport({ report:{ name:"report_name", params:"{\"ic3schema\":\"schema_name\"}" } )