SSRS Dynamic Shared Data Source

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?

+5
source share
1 answer

This question is a bit outdated, but if you already have a custom application accessing SSRS reports, this Code Project might be a good solution.

+1
source

Source: https://habr.com/ru/post/970402/


All Articles