首页 > 其他 > 详细

帆软报表(finereport)点击事件对话框打开

时间:2019-07-22 13:07:45      阅读:442      评论:0      收藏:0      [点我收藏+]

点击事件对话框打开iframe

var iframe = $("<iframe id=‘001‘ name=‘001‘ width=‘100%‘ height=‘100%‘ scrolling=‘yes‘ frameborder=‘0‘>") // iframe参数的命名及宽高等
iframe.attr("src", "http://192.168.100.17:8075/WebReport/ReportServer?reportlet=1.cpt") //1.cpt为点击查询时,对话框中显示的子报表
var o = {
title : "iframe测试",
width : 600,
height: 300
}
FR.showDialog(o.title, o.width, o.height, iframe,o) //弹出对话框

帆软报表(finereport)点击事件对话框打开

原文:https://www.cnblogs.com/Williamls/p/11224840.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!