怎么在网页中显示报表

<iframe id="reportFrame" width="900" height="400" src="/WebReport/ReportServer?reportlet=/doc/Primary/Parameter/Parameter.cpt"></iframe>    其中src的值按照这么填无法显示出报表啊,我填D:\FineReport_7.0\WebReport\WEB-INF\reportlets\doc\Parameter\Tree.cpt这个值结果又只是显示出代码,到底要怎么搞啊 求高手解答
FineReportqiujun670024838 发布于 2012-7-3 17:32
回答问题
悬赏:0 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共5回答
最佳回答
0
jane发布于2012-7-4 09:21(编辑于 2023-9-6 09:34)
555
  • qiujun670024838 qiujun670024838(提问者)

    我是新建了一个网页。然后想在里面嵌入一张报表这个路径到底要怎么写啊 完整例子有没有啊  你前面的http://192.168.100.1:8080这个是神马啊  然后这个reportlet=的东东后面是报表的路径吗?
    回复
    2012-07-07 10:22 
最佳回答
0
shockway发布于2012-7-4 22:55(编辑于 2023-9-6 09:34)
555
  • qiujun670024838 qiujun670024838(提问者)

    <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">   
    <html>   
    <head>   
      <title>FineReport Demo</title>   
      <meta http-equiv=\"Content-Type\" content=\"text/html; charset=GBK\" />   
    </head>   
    <body>   
    <iframe id=\"reportFrame\" width=\"900\" height=\"400\" src=\"http://192.168.100.1:8080//WebReport/ReportServer?reportlet=\\doc\\Parameter\\Tree.cpt\"></iframe>   
    </body>   
    </html>这是我写的代码 有神马问题啊?这个reportlet=的后面然道不是要填报表的路径吗
    回复
    2012-07-07 10:24 
最佳回答
0
qiujun670024838发布于2012-7-7 10:22(编辑于 2023-9-6 09:34)
555
最佳回答
0
qiujun670024838发布于2012-7-7 10:24(编辑于 2023-9-6 09:34)
555
最佳回答
0
vikou发布于2012-7-29 19:48(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 1886浏览人数
  • 最后回答于:2012-7-29 19:48
    活动推荐 更多
    热门课程 更多
    返回顶部