I am passing a Java object to my report. If my object contains instance of another object as a member variable how to I print out the name of the member object. Lets say Class A contains String name; String phoneNumber; ClassB building So classB contains : String buildingName; If I pass Class A to my report, how do I print the buildingName in the report???? Thanks Spunog