I have an ASP.Net website that displays various SSRS reports using Microsoft Report Viewer Control. I need to specify a data source at runtime. It seems like I should be able to simply specify the name of the "common" data source when rendering the report, but I cannot find a way to do this. The only thing I have found so far is to use a "built-in" data source. I'm not crazy, but if this is my only option, he will have to do it.
Does anyone know how to specify a common data source at runtime?
source share