Changing an SSRS report's data source reference

In this recipe, we will update an SSRS report's data source.

Getting ready

In this recipe, we will change the data source of the /Customer Reports/Customer Sales report, which originally uses the data source reference /Data Sources/AdventureWorks2014 to point to /Data Sources/Sample.

Alternatively, pick an existing report in your environment and the data source you want this report to reference. Note the names and path to these items.

How to do it...

Let's take a look at the steps to change an SSRS report's data source:

  1. Open PowerShell ISE as an administrator.
  2. Add the following script and run it:
    $reportServerUri = "http://localhost/ReportServer/ReportService2010.asmx" $proxy = New-WebServiceProxy -Uri $reportServerUri ...

Get SQL Server 2014 with PowerShell v5 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.