G
Guest
I have Visual Studio 2005, trying to properly bind to a nested object tree.
I can bind to the top level object just fine, but can't seem to "hook" my
nested object in.
I have a ShoppingCart object, which has 1+ Shipment objects, which each have
1+ LineItem objects. Pretty standard. I'm looking to print a report that
prints out the header for the shopping cart, and then sections for each
shipment, and so on.
I am floundering on how to "hook" the second levels in. When I browse
through the list of fields for ShoppingCart, for example, I cannot choose
"Shipments".
Could someone point me to an article or guide on (1) making sure my data
sources are properly set up; (2) making sure my data sources in the report
are properly set up, and most importantly (3) how to hook up the nested
levels.
Thanks in advance.
I can bind to the top level object just fine, but can't seem to "hook" my
nested object in.
I have a ShoppingCart object, which has 1+ Shipment objects, which each have
1+ LineItem objects. Pretty standard. I'm looking to print a report that
prints out the header for the shopping cart, and then sections for each
shipment, and so on.
I am floundering on how to "hook" the second levels in. When I browse
through the list of fields for ShoppingCart, for example, I cannot choose
"Shipments".
Could someone point me to an article or guide on (1) making sure my data
sources are properly set up; (2) making sure my data sources in the report
are properly set up, and most importantly (3) how to hook up the nested
levels.
Thanks in advance.