Jump to content
We've recently updated our Privacy Statement, available here ×

sportfantasy

Members
  • Posts

    2
  • Joined

  • Last visited

sportfantasy's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi all, I have same problem. I have created my report from my class and JasperReport run, but I have a problem with subreport. Example: My Class is Persona and his field are: private long id; private String nome; private String cognome; private Collection<Figlio> figli = new ArrayList<Figlio>(0); My report print all Persona correctly but i want print all Figlio collection too. How can i do? Sorry for my english. Help me, please Thanks Luca
  2. Hi, I have created my report from my class and JasperReport run, but I have a problem with subreport. Example: My Class is Persona and his field are: private long id; private String nome; private String cognome; private Collection<Figlio> figli = new ArrayList<Figlio>(0); My report print all Persona correctly but i want print all Figlio collection too. How can i do? Sorry for my english. Help me, please Thanks Luca
×
×
  • Create New...