Tag: Data Source
SSRS – How to handle multi tenants in single instance?
Inkey, June 11, 20194741 Views
Problem Statement: We have different SQL databases for different tenants(or clients), and we want the same SSRS report to fetch data from different databases based on the user who is executing the report. To achieve this, we can have a data source that is dynamic by using an expression-based connection string. Below is a quick explanation […]
Read more