New to Telerik Reporting? Download free 30-day trial

R3 2021 SP1 Changes and Dependencies

This article explains the manual changes required when upgrading to Telerik Reporting R3 2021 SP1 (15.2.21.1110).

Changes

Reporting REST service

A new endpoint /api/reports/version is added to the REST Service implementations. Now the REST Service implementations have an endpoint that returns the version of the server-side service assembly.

IReportEngine interface

IReportEngine interface now has a new method named GetReportingVersion(). The method is used internally by the REST Service implementations to return the actual version of Telerik Reporting assemblies through the /reports/version route. All custom implementations of this interface need to include the new method.

Silverlight Report Viewer

The viewer is built with Telerik UI for WinUI 0.6.0.

WPF Report Viewer for .NET Framework

The viewer is built with Telerik UI Controls for WPF 2021.3.1109.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 2021.3.1109.310 and targets .NET Core 3.1.

WPF Report Viewer for .NET 5

The viewer is built with Telerik UI Controls for WPF 2021.3.1109.50 and targets .NET 5.

WPF Report Viewer for .NET 6

The viewer is built with Telerik UI Controls for WPF 2021.3.1109.60 and targets .NET 6 Preview.

Silverlight Report Viewer

The viewer is built with Telerik UI Controls for Silverlight 2021.3.1109.1050.

Standalone Report Designer

TRDX, TRDP and TRBP report definitions created by the Standalone Report Designer and Web Report Designer use schema version http://schemas.telerik.com/reporting/2021/2.0.

Dependencies

HTML5 Report Viewer Dependencies

The HTML5 Report Viewer depends on the following libraries:

  • Telerik Kendo UI (2020.3.1118 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 for .NET Framework projects, 12.0.3 or later for .NET Core projects)

  • Microsoft.AspNet.WebApi.Client (4.0.30506 or later for .NET Framework projects, 5.2.7 or later for .NET Core projects)

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.

In this article