Page tree
Skip to end of metadata
Go to start of metadata

采用iframe方式集成,就是在业务系统的页面中放一个iframe元素,然后将src设置为查看报表内容的URL,例如:

<iframe id="iReport" src="http://192.168.1.234:8080/explorersso.ashx?handler=viewer&header=1&uid=admin&pwd=123456&rid=598d29aa225e380528e54075&params=参数名1,参数值11,参数值12;参数名2,参数值2" width="100%" height="80%"> 

</iframe>

其中src的URL内容就是上节 8.3.1 URL集成 中介绍的URL内容。


  • No labels