How to call jasperReport parameter object that holds another object?

133 Views Asked by At

I have been trying to call jasperReport parameter object that holds another object like the following example:

$P{firstObject}.getSecondObject().getId() 

but its not working. I have no problem accessing simple data types like String

$P{firstObject}.getName 

but I couldn't achieve it with nested objects.

Some help would be appreciated!

0

There are 0 best solutions below