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!