In this reporting server we have directories for different environments which should have their own version the report (img, text).
Best answer by Tim Waalewijn
Hey,
For SSRS (server) reports you will have to add the URL to the reporting server through an extended property called ssrsreportserver in your application’s runtime configuration.
The path field when adding the report to the Software Factory should be the relative path to the report on the server.
Just in case since you also tagged your post with “reporting service”, the same rules apply there except the ssrsreportserver value should be added to the appsettings.json file instead.
For SSRS (server) reports you will have to add the URL to the reporting server through an extended property called ssrsreportserver in your application’s runtime configuration.
The path field when adding the report to the Software Factory should be the relative path to the report on the server.
Just in case since you also tagged your post with “reporting service”, the same rules apply there except the ssrsreportserver value should be added to the appsettings.json file instead.