Object Binding - RDLC report (nested obj's)
-
I'm using .NET 2.0 and I have a Windows Forms app in which I want to create an rdlc report - this is the Reporting Services-type report you get in VS 2005. I want to have an object as a datasource for the report, and I have no problem setting, populating, or binding the "top-level" object into the rdlc report, until I try to "nest" an object. For example, I have a "Shipping" object in which a person has placed an order on a certain date, to a certain address. Has some other info like tracking number. This Shipping object will have one or more "LineItem" objects, which obviously is what they purchased. I can bind the Shipping object to the rdlc report, but when I try to create a table, or grouping, or any list or anything on the LineItem subset, I can't figure out how to do this, if I can. Has anyone tried this? Have any tips? Thanks very much in advance. Susan H