Local Mode vs. Connected Mode Reports in the Report Viewer (Reporting Services in SharePoint Mode)

Starting with the SQL Server 2008 R2 release, you can render reports without integrating your SharePoint farm with a Reporting Services report server. Instead, you can use the Report Viewer to directly render reports from SharePoint when the data extension supports local mode reporting. This approach is called local mode. In previous versions of Reporting Services, the SharePoint farm was required to be connected to a Reporting Services report server configured in SharePoint integrated mode so the Report Viewer control could render reports. This approach is called remote mode or connected mode.

In local mode there is no Reporting Services report server. You must install the Reporting Services add-in for SharePoint products, but report server is required. With Local mode, users can view reports but will not have access to server side features such as subscriptions and data alerts.

The following is a list of the data processing extensions that support local mode reporting:

Custom data processing extensions can also be developed to support local mode. For more information, see Implementing a Data Processing Extension.

Local mode supports rendering reports that have an embedded data source or a shared data source from an .rsds file. However, you cannot manage the report or its associated data source. If you try to do this, you will receive an error that this is not supported in local mode. Managing data sources in the SharePoint site is supported in only connected mode.

Note

As with previous versions, you cannot embed user names and passwords in the .rsds file.

Configuring Local Mode Reporting with SharePoint 2010

Local mode requires ASP.NET session state. The installation of Access services will enable ASP.Net sessions state. You can also enable using PowerShell.

  1. Open the SharePoint 2010 Management Shell.

  2. Type the following command:

    - Enable-SPSessionStateService
    
  3. When prompted, type the name of your database.

  4. Perform an IIS reset.

For more information , see Use Access Services with SQL Reporting Services: Installing SQL Server 2008 R2 Reporting Services Add-In (SharePoint Server 2010).

Local Mode and Access Services with SharePoint 2013

You can configure your SharePoint 2013 farm to support existing Access 2010 web databases and Reporting Services local mode. For more information, see Set up and configure Access Services 2010 for web databases in SharePoint Server 2013.

It is not possible to create new Access web databases for SharePoint 2013. Access 2013 uses a new type of database, Access web app that you build in Access, then use and share with others as a SharePoint app in a web browser.

For more information, see the following.

See Also

Concepts

Data Sources Supported by Reporting Services (SSRS)