Configure SSRS reporting source

  1. What is SQL Server Reporting Services (SSRS)

    SQL Server Reporting Services (SSRS) provides a set of on-premises tools and services that create, deploy, and manage mobile and paginated reports.
    You can read more information about SSRS Reporting Services in the official Microsoft documentation:

    https://docs.microsoft.com/en-us/sql/reporting-services/create-deploy-and-manage-mobile-and-paginated-reports?view=sql-server-ver15

  2. Configuration


      1. Name - Reporting source name

      2. Type - Reporting source type (choose Microsoft Ssrs Report Server)

      3. Description - Source description

      4. Endpoint – URL of the reporting server

      5. Is Inspect SSRS report – is the reporting source for Inspect Ssrs reports (in this case the source is regular – not for Inspect Ssrs reports)

      6. Domain – valid Ssrs report server domain credential

      7. User – valid Ssrs report server user credential

      8. Password – Ssrs report server password credential

      9. Check connection – pings the endpoint with the inserted credentials

      10. From parameter name – sets default from parameter name for all reports that have at least 2 date-time

      11. To parameter name – sets default to parameter name for all reports that have at least 2 date-time

        1. From and to parameters are dependent from each other. These parameters are set in order to filter a report from-to some time period.