Jump to content

Do anybody knows how we can pass a class with array of objects in ireport3.5.2


sindhu.sc

Recommended Posts

Hi,

I have a doubt in ireport

consider an employee who is working in several  department

 

class Employee

{

private String name;

private Department [ ] department;

}

class Department

{

private String deptName;

.....

}

how can i generate  a report using employee class

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...