How to pass a DTO object from java and how to receive it in jasper? Below is my code:
Map<String, Object> parametroSubreport = new HashMap<String, Object>();
parametroSubreport.put("NOME_RELATORIO", nomeRelatorio);
I cannot receive this object in jasper.
thanks
0 Answers:
No answers yet