Jasper Report 5.2: Resource bundle parameter using variable

独自空忆成欢 提交于 2019-12-24 11:26:01

问题


Is it possible to have something like the following?

$R{${P{my_paramater}}

PS. The above throws a complilation error

Thank you.


回答1:


That won't work, you'll have to do str($P{my_paramater}).



来源:https://stackoverflow.com/questions/22457632/jasper-report-5-2-resource-bundle-parameter-using-variable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!