Skip to main content
Answer

SSRS Server Report

  • March 14, 2023
  • 1 reply
  • 97 views

Forum|alt.badge.img+4

Hi all,

In software factory you have a option to use/upload a SSRS (server) report, but a ‘path’ is required. Which path should I enter here?

More info:
A reporting server has been set up with the following url http://domain.com/reports/browse/.

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.

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+1
  • Moderator
  • Answer
  • March 15, 2023

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.