zoukankan      html  css  js  c++  java
  • 帆软地址栏传参,实例

    自动查询:
    http://help.finereport.com/finereport9.0/doc-view-409.html
    
    参数的种类与区别:
    http://help.finereport.com/doc-view-156
    
    基本参数传递(视频):
    http://bbs.fanruan.com/lesson-14.html
    
    超级链接-传递多个值:
    http://help.finereport.com/doc-view-945.html
    
    超级链接使用js并传参:
    http://help.finereport.com/doc-view-911.html
    
    post传参和get传参:
    http://help.finereport.com/doc-view-1090.html
    
    
    地址传参:
    自己拼接:
        普通报表:
        http://localhost:8075/WebReport/ReportServer?reportlet=组员信息.cpt&__parameters__={"orgmc":"厂机关"}
        http://localhost:8075/WebReport/ReportServer?reportlet=组员信息.cpt&orgmc=厂机关
        决策报表:
        http://localhost:8075/WebReport/ReportServer?formlet=%E7%BB%9F%E8%AE%A1%E8%BD%A6%E9%97%B4%E4%BA%BA%E6%95%B0.frm&dm=005003
    自己拼接(UrlEncode编码后):
        普通报表:
        http://localhost:8075/WebReport/ReportServer?reportlet=%E7%BB%84%E5%91%98%E4%BF%A1%E6%81%AF.cpt&__parameters__={%22orgmc%22:%22%E5%8E%82%E6%9C%BA%E5%85%B3%22}
        http://localhost:8075/WebReport/ReportServer?reportlet=%E7%BB%84%E5%91%98%E4%BF%A1%E6%81%AF.cpt&orgmc=%E5%8E%82%E6%9C%BA%E5%85%B3
        决策报表:
        http://localhost:8075/WebReport/ReportServer?formlet=%5B7edf%5D%5B8ba1%5D%5B8f66%5D%5B95f4%5D%5B4eba%5D%5B6570%5D.frm&dm=005003
    帆软自动生成:
        http://localhost:8075/WebReport/ReportServer?reportlet=/%5B7ec4%5D%5B5458%5D%5B4fe1%5D%5B606f%5D.cpt&__parameters__=%7B%22_%22:%221539753094791%22,%22__pi__%22:%22true%22,%22orgmc%22:%22%25E5%258E%2582%25E6%259C%25BA%25E5%2585%25B3%22%7D
  • 相关阅读:
    Jquery停止动画
    Jquery自定义动画与动画队列
    关系型数据库的常用概念
    三大范式审核
    数据库设计基本步骤
    'NoneType' object is not iterable
    三行神奇的代码
    url的解码方式
    [转]获取当前执行主脚本的方法
    非黑即白--谷歌OCR光学字符识别
  • 原文地址:https://www.cnblogs.com/zouhao/p/9803916.html
Copyright © 2011-2022 走看看