我想知道如何将报告参数作为来自 birt 输入参数 winndow 的发布请求传递。目前它在 url(即:pdf)中显示报告名称和输出格式。如何将其更改为发布请求。我需要在哪里进行更改?任何人都可以帮忙吗
问问题
1385 次
1 回答
0
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. :)
于 2013-11-14T14:12:01.063 回答