New to Telerik Reporting? Download free 30-day trial

R1 2021 SP1 Changes and Dependencies

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

Changes

Report Rendering

Report rendering now skips the generated blank pages. Use the property Telerik.Reporting.Report.SkipBlankPages to control this behavior.

ASP.NET Core Reporting REST Service

The service configuration no longer requires to set the property AllowSynchronousIO to true.

The method GetResource of the Telerik.Reporting.Services.AspNetCore.ReportsControllerBase class is now obsolete. Please use the GetResourceAsync method instead.

ASP.NET Core Web Report Designer REST Service

The service configuration no longer requires to set the property AllowSynchronousIO to true.

The method SaveReport of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the SaveReportAsync method instead.

The method RenderGraph of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderGraphAsync method instead.

The method RenderMap of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderMapAsync method instead.

The method RenderBarcode of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderBarcodeAsync method instead.

The method RenderHtmlTextBox of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderHtmlTextBoxAsync method instead.

The method RenderShape of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderShapeAsync method instead.

The method RenderCrossSectionItem of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderCrossSectionItemAsync method instead.

The method RenderCheckBox of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderCheckBoxAsync method instead.

The method RenderPictureBox of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderPictureBoxAsync method instead.

WPF Report Viewer for .NET Framework

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

WPF Report Viewer for .NET 5

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

Silverlight Report Viewer

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

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