R3 2017 Changes and Dependencies
This article explains the manual changes required when upgrading to Telerik Reporting R3 2017 (11.2.17.913).
API Breaking Changes
Reporting
The IStorage interface introduces new method - DeleteSet, that must be added in any custom interface implementation.
API Breaking Changes
Reporting
In IStorage we added a new DeleteSet method. It should be implemented for any custom storage implementation.
Changes
NuGet packages
The DocumentFormat.OpenXml.dll is removed from Telerik Reporting NuGet package. In order to utilize the Office OpenXML document formats one have to reference the DocumentFormat.OpenXml NuGet package version 1.0.0 or newer into the application. For newer versions the appropriate binding redirects should be added to the project's configuration file.
WPF Report Viewer
The viewer is build with Telerik UI Controls for WPF 2017.3.913.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 is build with Telerik UI Controls for Silverlight 2017.3.913.1050.
Standalone Report Designer
TRDX, TRDP and TRBP files created by the Standalone Report Designer use schema version http://schemas.telerik.com/reporting/2017/3.0.
Dependencies
HTML5 Report Viewer Dependencies
The HTML5 Report Viewer depends on the following libraries:
Telerik Kendo UI (2015.3.930 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)
WPF Report Viewer
To connect to a REST service or Report Server instance, you have to install the Microsoft ASP.NET Web API Client v.4.0.30506 NuGet package. Installing a newer version would require upgrading the project's target framework.
WinForms Report Viewer Dependencies
If you connect to a REST service or Report Server instance, you have to install the Microsoft ASP.NET Web API Client v.4.0.30506 NuGet package. Installing a newer version would require upgrading the project's target framework.
ASP.NET WebAPI REST Report Service Dependencies
The ASP.NET WebAPI REST Report Service requires the following assemblies:
Microsoft ASP.NET Web API (4.0.20710.0 or later)
Newtonsoft.Json (4.5.11.15520 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.