R3 2019 Changes and Dependencies
This article explains the manual changes required when upgrading to Telerik Reporting R3 2019 (13.2.19.918).
Changes
API Changes
Reporting
Telerik.Reporting.GraphSeriesBase.ToolTip property is now of type Telerik.Reporting.ToolTip instead of Telerik.Reporting.IToolTip
Telerik.Reporting.ReportItemBase.ToolTip property is now of type Telerik.Reporting.ToolTip instead of Telerik.Reporting.IToolTip
Telerik.Reporting.Report.ExternalStyleSheets property is now of type Telerik.Reporting.Drawing.ExternalStyleSheetCollection instead of ICollection<Telerik.Reporting.Drawing.ExternalStyleSheet>
Interface Telerik.Reporting.IToolTip is now internal
The source code now is using the latest C# features. Thus requires the Roslyn compiler (VS 2017 or newer) in order to target .NET 4.0. The prebuild assemblies provided with the installation still target .NET 4.0.
WPF Report Viewer
The viewer depends on Telerik UI Controls for WPF 2019.3.917.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.
Silverlight Report Viewer
The viewer depends on Telerik UI Controls for Silverlight 2019.3.917.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 automatically loads a promise polyfill from Polyfill.io unless the polyfill is 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)
REST Service Redis Storage Dependencies
The REST Service with Redis Storage implementation depends on one of the following:
StackExchange.Redis.StrongName version 1.0.320 or greater for projects targeting .NET Framework 4.
StackExchange.Redis version 2.0.601 or greater for projects targeting .NET Framework 4.6.1+ or .NET Core.
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.