Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.49 KB

File metadata and controls

37 lines (28 loc) · 2.49 KB
title Breaking changes in SQL Server Reporting Services in SQL Server 2016
description Learn about changes in Reporting Services that might break applications, scripts, or functionalities based on earlier versions of SQL Server.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice reporting-services
ms.topic concept-article
ms.custom
updatefrequency5
helpviewer_keywords
Me.Value references
Reporting Services, backward compatibility
breaking changes [Reporting Services]

Breaking changes in SQL Server Reporting Services in SQL Server 2016

[!INCLUDE ssrs-appliesto] [!INCLUDE ssrs-appliesto-2016] [!INCLUDE ssrs-appliesto-not-2017] [!INCLUDE ssrs-appliesto-not-pbirs]

[!INCLUDE ssrs-previous-versions]

This topic describes breaking changes in [!INCLUDEssRSnoversion]. These changes might break applications, scripts, or functionalities that are based on earlier versions of [!INCLUDEssNoVersion]. You might encounter these issues when you upgrade, or in custom scripts or reports.

Security extensions

Custom security extensions need some modification to work with the new [!INCLUDEssRSWebPortal]. Security extensions need to use the IAuthenticationExtension2 interface.

WMI Provider

The [!INCLUDEssRSWebPortal] application name changes from "ReportManager" to "ReportServerWebApp".

Related content