Jump to content

Recommended Posts

Posted
class Person{ [/code]
String name; [/code]
Address address; [/code]
} [/code]

Hi, I have two different classes, One is Person and another one is Address. The Person class has an object of Address class as one of its property as in the code.I cannot change the structure of the class and cannot add any collections because of other problems. My problem is, I want to use objects of Person class as datasource for my jasper report which has fields from both Person and Address Class. Can Somebody Please Help. Thanks in advance.

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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...