【问题标题】:How to pass parameter as POST from BIRT Input parameter window如何从 BIRT 输入参数窗口将参数作为 POST 传递
【发布时间】:2013-11-13 09:50:07
【问题描述】:

我想知道如何将报告参数作为来自 birt 输入参数 winndow 的发布请求传递。目前它在 url(即:pdf)中显示报告名称和输出格式。如何将其更改为发布请求。我需要在哪里进行更改?谁能帮忙解决这个问题

【问题讨论】:

  • 你如何连接到你的报告? (即 Apache Tomcat)
  • tw0 参数从 php 页面作为隐藏变量传递,其中一个参数从 birt 输入参数窗口接收。sumbit 后以 pdf 格式生成。问题在 url 中显示报告名称和文件格式。(即:pdf)。我不想在 url 中看到它。如果一切都是从 php 页面传递的,那么报告名称不会显示在 url 中。如果参数之一是从 birt 输入窗口传递的,那么它是不工作。我正在通过 tomcat 连接
  • 您使用的是免费版的 BIRT 还是商业(购买)版?
  • @James Jenkins..有什么大的不同吗?
  • 我也用免费版,不能用付费版解决。在免费版本中,我现在才知道如何通过 url 发送,并认为这是唯一的选择。

标签: eclipse report birt


【解决方案1】:

There are two alternatives came into my mind.

`The first way is to use the jsp tag in the web page.and you can get param from the post and use the param.you can google the birt jsp tag.`

And i infer that you don't want users know the parameters,so you can code the params and add the beforOpen function of the design file.In the beforOpen function you can decode the params. Those are my thoughts. And you can try it. :)

【讨论】:

  • 你能扩展解决方案吗?需要哪些组件?这可以通过免费 BIRT 提供的“BIRT Viewer”来完成吗?
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-02-02
  • 1970-01-01
  • 2011-12-04
  • 2021-12-24
相关资源
最近更新 更多