Rajeev please help, bug in .Net
If you look at my other recent post you will see the code I am using to bind a report to a datatable in ASP.Net via anObjectDataSource, which works for the master report. Using exactly the same code to create theObjectDataSource, but adding the following line of code to the subreporteventhandler should bind the subreports. e.DataSources.Add( However it doesnt work, a subreport with no data requirements shows up, but the same subreport when a datasource is added fails. The same reports and very similar code work in the windows viewer. Any thoughts?

