krishnarhl Posted March 10, 2015 Posted March 10, 2015 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now