问题
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