【发布时间】:2016-08-17 12:32:32
【问题描述】:
我们希望在不同的架构上重复使用 iccube 报告。我们的想法是拥有某种可用于不同模式的模板。
这样做的解决方案是什么(我们使用 ic3reporting.openReport 打开报告)?
【问题讨论】:
我们希望在不同的架构上重复使用 iccube 报告。我们的想法是拥有某种可用于不同模式的模板。
这样做的解决方案是什么(我们使用 ic3reporting.openReport 打开报告)?
【问题讨论】:
尝试使用报告架构参数
ic3reporting.openReport({
report:{
name:"report_name",
params:"{\"ic3schema\":\"schema_name\"}"
}
)
【讨论】: