Thank you for your response.
As I stated in my original message, I am trying to bind to a report, not a
windows forms or ASP.NET control. If you were to go to the Add New Item
menu, and select "Report" you would see "Report1.rdlc - An empty Report file
for creating a report using Microsoft reporting technology." This is a
report writer similar to, or using, the Reporting services technology.
Because I am trying to use these data sources in a report, there is no
programmatic way that I know of to bind child data on the fly. This is part
of what I'm looking to find out.
I have the top level of the report bound to a ShoppingCart object, which
holds several Shipping objects. I would like to have a details grouping
bound to the set of shipping objects, such that for each shipping object, I
can lay out some details of the shipping object. Then there's one more level
- for each Shipping object, there can be one or more Line Item objects. I
need to show that detail.
This is nothing more than a simple sales receipt.
Thank you again.
""Yuan Ren[MSFT]"" wrote:
[color=blue]
> Hi Susan,
>
> Thanks for posting!
>
> From your description, let me explanation my understanding about the
> current issue. I think you have an ObjectDataSource control and bind it
> with some data source. And then you use some control likes the TreeView to
> present the current data. If I have misunderstood anything, please let me
> know.
>[color=green]
> >"(1) making sure my data sources are properly set up;"[/color]
> There are many articles demonstrate how to use the ObjectDataSource control
> in your application. Just for your reference:
>
http://msdn.microsoft.com/library/de...us/dnvs05/html
> /asp2objectdatasource.asp
>[color=green]
> >"(3) how to hook up the nested levels."[/color]
> As far as I know, you need write your own code at the current stage. In the
> code, you need to get the current node which you want to "hook". And then,
> you can perform some manipulations.
>
> I hope the information will be helpful!
>
> Regards,
>
> Yuan Ren [MSFT]
> Microsoft Online Support[/color]