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

jimmi_mscit

Members
  • Posts

    2
  • Joined

  • Last visited

jimmi_mscit's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. hello, I have the same kind of problem but, i dont know how to use Crosstab with Java Data source
  2. I have a Problem to print this kind of data in JasperReport, class Emp{ String name; String surname; ArrayList <Contact> contactList; //setter and getter methods of List } class Contact { String address1; String address2; //setter and getter methods of List } so How can i develop this kind of Report
×
×
  • Create New...