2024 Q4 (18.3.24.1112) Changes and Dependencies
This article explains the manual changes required when upgrading to Telerik Reporting 2024 Q4 (18.3.24.1112).
Changes
Framework Support
.NET 7 is no longer supported. All .NET 7-related assets are no longer distributed. Please use .NET 8 or .NET 9 assets instead.
Built-in Functions
The built-in internal Utility function GetUri(uriString, uriKind) is no longer available. Please use the built-in Uri(uriString, uriKind) function instead.
ASP.NET WebForms Report Viewer
The ASP.NET WebForms Report Viewer is no longer distributed with Telerik Reporting. Please use its successor - the HTML5 ASP.NET WebForms Report Viewer.
WinUI Report Viewer
The viewer is built with Telerik UI for WinUI 2.11.1.
WPF Report Viewer for .NET Framework
The viewer is built with Telerik UI Controls for WPF 2024.4.1111.462. 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 6
The viewer is built with Telerik UI Controls for WPF 2024.4.1111.60 and targets .NET 6.
WPF Report Viewer for .NET 8
The viewer is built with Telerik UI Controls for WPF 2024.4.1111.80 and targets .NET 8.
Standalone Report Designer targeting .NET Framework 4.6.2
TRDX, TRDP, and TRBP report definitions created by the Standalone Report Designer now use schema version http://schemas.telerik.com/reporting/2024/4.0.
Standalone Report Designer for .NET targeting .NET 8.0
TRDX, TRDP, and TRBP report definitions created by the Standalone Report Designer for .NET now use schema version http://schemas.telerik.com/reporting/2024/4.0.
Report Server for .NET
Report Server for .NET uses schema version http://schemas.telerik.com/reporting/2024/3.0.
Dependencies
Web Report Designer Dependencies
The Web Report Designer depends on the following libraries:
- Telerik Kendo UI (2022.3.913 or later)
- jQuery (1.9.1 or later)
- Browser's native support for Promise objects. When the browser does not support Promise, the viewer will not try to automatically load it. It's the responsibility of the developer to load Promise functionality from a trusted source in the application.
HTML5 Report Viewer Dependencies
The HTML5 Report Viewer depends on the following libraries:
- Telerik Kendo UI (2022.3.913 or later)
- jQuery (1.9.1 or later)
- Browser's native support for Promise objects. When the browser does not support Promise, the viewer will not try to automatically load it. It's the responsibility of the developer to load Promise functionality from a trusted source in the application.
Angular Report Viewer Dependencies
The Angular Report Viewer depends on the following:
- Angular (15.0.0 or later)
- jQuery (^1.10.0 || ^2.2.0 || ^3.7.0")
Native Angular Report Viewer
- Angular (15.0.0 or later)
- Kendo UI for Angular 16.1.*.
React Report Viewer Dependencies
The React Report Viewer depends on the following:
- React (16.8.6 or later)
- React-DOM (16.8.6 or later)
- jQuery (3.2.1)
Native Blazor Report Viewer
The viewer is built with Telerik UI for Blazor 6.2.0.
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 (13.0.1 or later for .NET Framework and .NET Core projects)
- Microsoft.AspNet.WebApi.Client (6.0.0 or later for .NET Framework projects, 5.2.7 or later for .NET Core projects)
WebServiceDataSource Component Dependencies
The WebServiceDataSource requires the following NuGet packages:
- Microsoft.Net.Http (2.2.29 or later)
- Newtonsoft.Json (13.0.1.0 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 (5.3.0 or later)
- Newtonsoft.Json (13.0.1.0 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.33.0 for .NET Framework projects and 3.38.0 for .NET Core and .NET 6+ projects.
REST Service Redis Storage Dependencies
The REST Service with Redis Storage implementation depends on one of the following:
- StackExchange.Redis version 2.8.16 or greater.