<script type="text/javascript"> function load() { //单挑打印能正常显示数据 //var addr = "http://localhost:8080/WebReport/ReportServer?reportlet=1.cpt&sampleno=20160624SHS0001"; //批量打印不能正常显示数据 var addr = "http://localhost:8080/WebReport/ReportServer?reportlets=[{reportlet:'1.cpt',sampleno:'20160624SHS0001'},{reportlet:'1.cpt',sampleno:'20160602SHS0002'}]" document.getElementById("reportFrame").src = addr; FR.doURLPDFPrint(printurl, true); //get方式传参 } window.onload = load; </script> </head> </head> <body> <form id="form1" runat="server"> <div style="width: 100%"> <iframe id="reportFrame" width="100%" height="800" src=""></iframe> </div> </form> </body> </html> |
最佳回答 |
||||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|