Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSRS Dynamic Shared Data Source

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?

like image 932
BrainMan Avatar asked Nov 14 '22 14:11

BrainMan


1 Answers

This question is a little old, but if there is already a custom app accessing SSRS reports this Code Project might be a good solution.

like image 195
Josh Jay Avatar answered Dec 22 '22 18:12

Josh Jay