Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 3.87 KB

publish-a-shared-data-source-to-a-sharepoint-library.md

File metadata and controls

54 lines (39 loc) · 3.87 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom helpviewer_keywords
Publish a Shared Data Source to a SharePoint Library
Learn how to publish a shared data source to a report server that is running in SharePoint integrated mode.
kfollis
kfollis
09/25/2024
reporting-services
reports
how-to
updatefrequency5
data sources [Reporting Services], publishing to a SharePoint library
SharePoint integration [Reporting Services], publishing to a library
publishing reports [Reporting Services], to a SharePoint library

Publish a Shared Data Source to a SharePoint Library

To publish a shared data source to a report server that is running in SharePoint integrated mode, you must set the report project properties in Report Designer. In the project properties, all references to servers, reports, and shared data sources must be fully qualified URLs.

You must have Member or Owner permission on the SharePoint site. For more information, see URL Examples for Published Report Items on a Report Server in SharePoint Mode (SSRS).

To publish a shared data source to a SharePoint site

  1. In [!INCLUDEssBIDevStudioFull], open your existing or new Report Server project.

  2. On the Project menu, click Properties. The <project>Property Pages dialog box opens.

  3. Choose the Configuration you use to publish to a SharePoint site.

  4. If you want to publish the shared data sources in your project and overwrite previously published shared data sources, set OverwriteDataSources to True.

  5. (Optional) For TargetDataSourceFolder, type a URL to a SharePoint library or library folder. For example, https://TestServer/TestSite/Documents/DataSources.

    If you do not specify a value, the TargetReportFolder value is used.

  6. For TargetReportFolder, type a URL to a library or library folder. For example, https://TestServer/TestSite/Documents/Reports.

  7. For TargetServerURL, type a URL to a SharePoint top-level site or subsite. If you do not specify a site, the default top-level site is used. For example, https://servername, https://servername/site, or https://servername/site/subsite.

  8. Select OK.

  9. In Solution Explorer, right-click the shared data source you want to publish, and click Deploy. The data source is published to the location specified in TargetDataSourceFolder. Deployment errors appear in the Output window.

    [!NOTE]
    After you publish a shared data source to a SharePoint site, the file name extension is changed to .rsds. You can edit and manage a shared data source directly on the SharePoint site. For more information, see Create and Manage Shared Data Sources (Reporting Services in SharePoint Integrated Mode).

Related content