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
  • 相关阅读:
    字典序全排列算法研究
    【转】 SVM算法入门
    孤儿进程与僵尸进程[总结]
    Thymeleaf——入门与基本概述
    Springboot+vue项目学习整合(-)vue的安装
    WebService技术详解 (一)
    什么是NOSQL(SQL和NOSQL对比图文详解)
    数据库优化和扩容(图文详解)
    Spring Cloud原理详解(附案例+五大核心组件大量手绘图)
    spring STS download URL
  • 原文地址:https://www.cnblogs.com/zouhao/p/9803916.html
Copyright © 2011-2022 走看看