(本文档仅供参考)
有时客户想实现增加查询和导出按钮。
一般需要写宏实现,下面列出相关的客户端宏代码。
function main(simpleReport, simpleReportContext) { // 显示快捷工具栏 simpleReport.setShowShotCut(true); //隐藏指定按钮 setTimeout(function() { simpleReport.btnChartEx.style.display = "none"; }) }