On Feb 22, 9:36 am, olihar...@googlemail.com wrote:
> ...grrrr - this is driving me mad !!!!!
>
[quoted text clipped - 28 lines]
> any help appreciated....
> O.
Right, a report can be databound to Properties of an object. Not the
sub-properties of a property.
If you have a list like
<HomeAddress>
<BusinessAddress>
<PostalAddress>
You should add a flag field to each Address object to distinguish the
type of address (like a char 'H', 'B' or 'P'). Then use a filter
criteria on the different fields in your report to only show the
address where type = 'B' etc. Hope this is what you are after.