Skip to content

Update path for 2025 Q3 #1731

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 141 additions & 0 deletions upgrade/2025/2025-q2-19-2-25-813.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
---
title: 2025 Q3 (19.2.25.813)
page_title: 2025 Q3 19.2.25.813 Release Overview
description: "See the changes introduced with Telerik Reporting 2025 Q3 (19.2.25.813) that should be considered before upgrading, and the 3rd party products & packages this version depends on."
slug: telerikreporting/upgrade/2025/2025-q3-19-2-25-813
tags: q3,2025
published: True
position: 0
---

# 2025 Q3 (19.2.25.813) Changes and Dependencies

This article explains the manual changes required when upgrading to Telerik Reporting 2025 Q3 (19.2.25.813).

## Changes

### Unified distribution for trial and commercial packages
Streamlined user experience by consolidating trial and commercial packages into a single unified distribution for Telerik UI libraries. Access is now managed through a license key file, eliminating the need for separate trial downloads. For more information, please refer to the [documentation article](%slug license-key%).

### HTML5 Report Viewer
The viewer now uses Sass theming mechanism based on [Kendo UI themes v10.2.0](https://www.telerik.com/design-system/docs/themes/get-started/introduction/) and [Kendo UI for jQuery 2025.1.227](https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-for-jquery-2025-1-227). Refer to [this article]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/manual-setup%}) for guidance on mitigating potential issues.

### WinUI Report Viewer

The viewer is built with Telerik UI for WinUI __4.0.0__. WinUI Report Viewer targets .NET 8.

### WPF Report Viewer for .NET Framework

The viewer is built with Telerik UI Controls for WPF __2025.2.521.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]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/wpf-application/how-to-add-report-viewer-to-a-wpf-.net-framework-project%}).

### WPF Report Viewer for .NET 6

Since .NET 6 is out of support, Report Viewer for WPF for .NET 6 is no longer distributed.

### WPF Report Viewer for .NET 8

The viewer is built with Telerik UI Controls for WPF __2025.2.521.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/2025/2.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/2025/2.0__.

### Report Server for .NET

Report Server for .NET uses schema version __http://schemas.telerik.com/reporting/2025/2.0__.

## Dependencies

### Web Report Designer Dependencies

The [Web Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/overview%}) depends on the following libraries:
* Telerik Kendo UI (__2025.1.227__ or later)
* jQuery (__3.7.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]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/overview%}) depends on the following libraries:

* Telerik Kendo UI (__2025.1.227__ or later)
* jQuery (__3.7.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]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/angular-report-viewer/angular-report-viewer-overview%}) depends on the following:

* NodeJS (Active LTS or Maintenance LTS versions)
* Angular (__16.0.0__ to __19.0.0__)
* jQuery (__^1.10.0 || ^2.2.0 || ^3.7.0"__)

### Native Angular Report Viewer

* NodeJS (Active LTS or Maintenance LTS versions)
* Angular (__16.0.0__ to __19.0.0__)
* Kendo UI for Angular (__17.2.*__)

### React Report Viewer Dependencies

The [React Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/react-report-viewer/react-report-viewer-overview%}) depends on the following:

* React (__16.8.6__ or later)
* React-DOM (__16.8.6__ or later)
* jQuery (__3.7.0__ or later)

### Native Blazor Report Viewer

The viewer is built with Telerik UI for Blazor __9.1.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]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/webservicedatasource-component/overview%}) 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]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/rest-api-reference/overview%}) 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]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/servicestack-implementation/how-to-add-telerik-reporting-rest-servicestack-to-web-application%}) uses ServiceStack (__3.9.70.0__):

### CubeDataSource Dependencies

If you are using [CubeDataSource]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/cubedatasource-component/overview%}), 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]({%slug telerikreporting/using-reports-in-applications/export-and-configure/cache-management/other-reportviewer-controls/configuring-the-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 8+ projects.

### REST Service Redis Storage Dependencies

The [REST Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/overview%}) with [Redis Storage implementation]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/rest-service-storage/how-to-use-redis-storage%}) depends on one of the following:

* StackExchange.Redis version 2.8.16 or greater.

### REST Service MSSQL Storage Dependencies

The [REST Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/overview%}) with [MSSQL Storage implementation]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/rest-service-storage/how-to-configure-an-mssql-database-storage%}) depends on:

* System.Data.SqlClient version 4.0 (depending on the installed .NET Framework runtime) for .NET Framework projects and [Microsoft.Data.SqlClient v5.2.2](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.2.2) or greater for .NET 8+ projects.