Skip to content

Commit a12bb7e

Browse files
shtilianovighristov
authored andcommitted
chore: Add 2025 Q2 (19.1.25.716) upgrade notes (#1763)
New upgrade guide for Telerik Reporting 2025 Q2 (19.1.25.716)
1 parent 9b3b945 commit a12bb7e

File tree

1 file changed

+133
-0
lines changed

1 file changed

+133
-0
lines changed

upgrade/2025/2025-q2-19-1-25-716.md

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
---
2+
title: 2025 Q2 (19.1.25.716)
3+
page_title: 2025 Q2 19.1.25.716 Release Overview
4+
description: "See the changes introduced with Telerik Reporting 2025 Q2 (19.1.25.716) that should be considered before upgrading, and the 3rd party products & packages this version depends on."
5+
slug: telerikreporting/upgrade/2025/2025-q2-19-1-25-716
6+
tags: q2,2025
7+
published: True
8+
position: 0
9+
---
10+
11+
# 2025 Q2 (19.1.25.716) Dependencies
12+
13+
This article explains the dependencies when upgrading to Telerik Reporting 2025 Q2 (19.1.25.716).
14+
15+
### WinUI Report Viewer
16+
17+
The viewer is built with Telerik UI for WinUI __4.0.0__. WinUI Report Viewer targets .NET 8.
18+
19+
### WPF Report Viewer for .NET Framework
20+
21+
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%}).
22+
23+
### WPF Report Viewer for .NET 6
24+
25+
Since .NET 6 is out of support, Report Viewer for WPF for .NET 6 is no longer distributed.
26+
27+
### WPF Report Viewer for .NET 8
28+
29+
The viewer is built with Telerik UI Controls for WPF __2025.2.521.80__ and targets .NET 8.
30+
31+
### Standalone Report Designer targeting .NET Framework 4.6.2
32+
33+
TRDX, TRDP, and TRBP report definitions created by the Standalone Report Designer now use schema version __http://schemas.telerik.com/reporting/2025/2.0__.
34+
35+
### Standalone Report Designer for .NET targeting .NET 8.0
36+
37+
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__.
38+
39+
### Report Server for .NET
40+
41+
Report Server for .NET uses schema version __http://schemas.telerik.com/reporting/2025/2.0__.
42+
43+
## Dependencies
44+
45+
### Web Report Designer Dependencies
46+
47+
The [Web Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/overview%}) depends on the following libraries:
48+
* Telerik Kendo UI (__2025.1.227__ or later)
49+
* jQuery (__3.7.1__ or later)
50+
* 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.
51+
52+
### HTML5 Report Viewer Dependencies
53+
54+
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:
55+
56+
* Telerik Kendo UI (__2025.1.227__ or later)
57+
* jQuery (__3.7.1__ or later)
58+
* 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.
59+
60+
### Angular Report Viewer Dependencies
61+
62+
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:
63+
64+
* NodeJS (Active LTS or Maintenance LTS versions)
65+
* Angular (__16.0.0__ to __19.0.0__)
66+
* jQuery (__^1.10.0 || ^2.2.0 || ^3.7.0"__)
67+
68+
### Native Angular Report Viewer
69+
70+
* NodeJS (Active LTS or Maintenance LTS versions)
71+
* Angular (__16.0.0__ to __19.0.0__)
72+
* Kendo UI for Angular (__17.2.*__)
73+
74+
### React Report Viewer Dependencies
75+
76+
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:
77+
78+
* React (__16.8.6__ or later)
79+
* React-DOM (__16.8.6__ or later)
80+
* jQuery (__3.7.0__ or later)
81+
82+
### Native Blazor Report Viewer
83+
84+
The viewer is built with Telerik UI for Blazor __7.1.0__.
85+
86+
### HttpClient Dependencies
87+
88+
Connecting a desktop report viewer (WinForms or WPF) to a REST service or Report Server instance requires the following NuGet packages:
89+
90+
* Newtonsoft.Json (__13.0.1__ or later for .NET Framework and .NET Core projects)
91+
* Microsoft.AspNet.WebApi.Client (__6.0.0__ or later for .NET Framework projects, __5.2.7__ or later for .NET Core projects)
92+
93+
### WebServiceDataSource Component Dependencies
94+
95+
The [WebServiceDataSource]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/webservicedatasource-component/overview%}) requires the following NuGet packages:
96+
97+
* Microsoft.Net.Http (__2.2.29__ or later)
98+
* Newtonsoft.Json (__13.0.1.0__ or later)
99+
100+
### ASP.NET WebAPI REST Report Service Dependencies
101+
102+
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:
103+
104+
* Microsoft ASP.NET Web API (__5.3.0__ or later)
105+
* Newtonsoft.Json (__13.0.1.0__ or later)
106+
107+
### ServiceStack Report Service Dependencies
108+
109+
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__):
110+
111+
### CubeDataSource Dependencies
112+
113+
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.
114+
115+
### Database Cache Provider Dependencies
116+
117+
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.
118+
119+
### Internal Cache
120+
121+
The internal cache uses SQLite version __3.33.0__ for .NET Framework projects and __3.38.0__ for .NET 8+ projects.
122+
123+
### REST Service Redis Storage Dependencies
124+
125+
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:
126+
127+
* StackExchange.Redis version 2.8.16 or greater.
128+
129+
### REST Service MSSQL Storage Dependencies
130+
131+
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:
132+
133+
* 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.

0 commit comments

Comments
 (0)