Click to See Complete Forum and Search --> : Problem with Object type


luiz_report
July 8th, 2008, 09:58 AM
Hi

How can I use Object type on report fields.

class A {

String name;
int id;
B classB;
}

class B {

String name;
}



When I open Database fields in field explorer only primitive types are shown.
How can I use Object type B?

Tks