views:

261

answers:

1

I have an ASP.Net Web site that displays various SSRS reports using the Microsoft Report Viewer Control. I need to be able to specify a data source at runtime. It seems like I should be able to just specify the name of a "shared" data source when I render the report, but I sure can't find a way to do that. The only thing I've found so far that works is to use an "embedded" data source. I'm not real crazy about that, but if that's my only option it will have to do.

Anybody know how to specify a shared data source at runtime?

A: 

Did you find any solution. How did you make it work through embeded datasource

surabhi