Bind object which is part of another object to report

Feb 2 2009 4:27 PM

Hello..

I got object (sellingItem) that one of it's fields represent onother object (Book).

What I'm trying to do is to bind the from sellingItem.Book to the report but nothing is displayed even that I checked that all the fields in sellingItem.Book are well initialized.

Some of the expressions I tried:

=Fields!Name.Value

=Fields!Book!Name.Value

and many other options but nothing works..

Is it generally possible to do that without defining a lot of new variables to the sellingItem class? and if it is , how to do that?

Thank you in advance for your help..... Lior