R2 2020 Changes and Dependencies
This article explains the manual changes required when upgrading to Telerik Reporting R2 2020 (14.1.20.513).
Changes
API Changes
Reporting.Services
The Telerik.Reporting.Services.IReportServiceConfiguration.ReportResolver property is now obsolete. Please use the Telerik.Reporting.Services.IReportServiceConfiguration.ReportSourceResolver property instead.
Reporting.Services.Engine
The Telerik.Reporting.Services.Engine.IReportResolver class is now obsolete. Please use the Telerik.Reporting.Services.IReportSourceResolver interface instead.
Reporting.Services.WebApi
The Telerik.Reporting.Services.WebApi.ReportFileResolver class is now obsolete. Please use the Telerik.Reporting.Services.UriReportSourceResolver class instead.
The Telerik.Reporting.Services.WebApi.ReportTypeResolver class is now obsolete. Please use the Telerik.Reporting.Services.TypeReportSourceResolver class instead.
The Telerik.Reporting.Services.WebApi.ReportResolverBase class is now obsolete. Please use the Telerik.Reporting.Services.ReportSourceResolverBase class instead.
Reporting.Services.AspNetCore
The Telerik.Reporting.Services.AspNetCore.ReportFileResolver class is now obsolete for both .NET Core & .NET Framework. Please use the Telerik.Reporting.Services.UriReportSourceResolver class instead.
The Telerik.Reporting.Services.AspNetCore.ReportTypeResolver class is now obsolete for both .NET Core & .NET Framework. Please use the Telerik.Reporting.Services.TypeReportSourceResolver class instead.
The Telerik.Reporting.Services.AspNetCore.ReportResolverBase class is now obsolete for both .NET Core & .NET Framework. Please use the Telerik.Reporting.Services.ReportSourceResolverBase class instead.
The method Telerik.Reporting.Services.AspNetCore.ReportsControllerBase.CreateReportResolver is now obsolete for both .NET Core & .NET Framework. Pass an implementation of Telerik.Reporting.Services.IReportSourceResolver interface in service configuration.
Reporting.Services.ServiceStack
The Telerik.Reporting.Services.ServiceStack.ReportFileResolver class is now obsolete. Please use the Telerik.Reporting.Services.UriReportSourceResolver class instead.
The Telerik.Reporting.Services.ServiceStack.ReportTypeResolver class is now obsolete. Please use the Telerik.Reporting.Services.TypeReportSourceResolver class instead.
The Telerik.Reporting.Services.ServiceStack.ReportResolverBase class is now obsolete. Please use the Telerik.Reporting.Services.ReportSourceResolverBase class instead.
Standalone Report Designer
TRDX, TRDP and TRBP files created by the Standalone Report Designer use schema version http://schemas.telerik.com/reporting/2020/2.0.
WPF Report Viewer for .NET Framework
The viewer is built with Telerik UI Controls for WPF 2020.2.513.40. If you are using a newer version, consider adding binding redirects. For more information see: How to Add report viewer to a WPF .NET Framework project.
WPF Report Viewer for .NET Core
The viewer is built with Telerik UI Controls for WPF 2020.2.513.310 and targets .NET Core 3.1.
Silverlight Report Viewer
The viewer is built with Telerik UI Controls for Silverlight 2020.2.513.1050.
Dependencies
HTML5 Report Viewer Dependencies
The HTML5 Report Viewer depends on the following libraries:
Telerik Kendo UI (2015.3.1111 or later)
jQuery (1.9.1 or later)
Browser's native support for promises. When the browser does not support promises the viewer will automatically load a promise polyfill from Polyfill.io unless one is not already loaded in the application.
Angular Report Viewer Dependencies
The Angular Report Viewer depends on the following:
Angular (4.0.0 or later)
jQuery (3.2.1)
HttpClient Dependencies
Connecting a desktop report viewer (WinForms or WPF) to a REST service or Report Server instance requires the following NuGet packages:
Newtonsoft.Json (9.0.1 or later)
Microsoft.AspNet.WebApi.Client (4.0.30506 or later)
WebServiceDataSource Dependencies
The Overview requires the following NuGet packages:
Microsoft.Net.Http (2.0.20710 or later)
Newtonsoft.Json (9.0.1 or later)
ASP.NET WebAPI REST Report Service Dependencies
The ASP.NET WebAPI REST Report Service requires the following NuGet packages:
Microsoft ASP.NET Web API (4.0.20710.0 or later)
Newtonsoft.Json (9.0.1 or later)
ServiceStack Report Service Dependencies
The ServiceStack Report Service uses ServiceStack (3.9.70.0):
CubeDataSource Dependencies
If you are using CubeDataSource, the version of your Microsoft.AnalysisServices.AdomdClient should be 10.0.0.0 or later.
Database Cache Provider Dependencies
If you are using Database Cache Provider, the version of your Telerik Data Access ORM should be 2015.1.225.1 or later.
Internal Cache
The internal cache uses SQLite version 3.26.0.