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
  • 相关阅读:
    【Spring Boot】关于上传文件例子的剖析
    GIT初始学习记录
    Java代码混淆工具ProGuard
    Kafka 概念、单机搭建与使用
    流网络分析系统-SNAS
    【Spring Boot】使用JDBC 获取相关的数据
    二叉树【按层打印、序列化、反序列化】
    跨域共享cookie
    启动kafka集群,关闭kafka集群脚本
    kafka-consumer.properties
  • 原文地址:https://www.cnblogs.com/zouhao/p/9803916.html
Copyright © 2011-2022 走看看