Skip to content

Commit 2b08231

Browse files
upgrade path added (#1913)
* upgrade path added * Update 2025-q4-19-3-25-1111.md
1 parent 3a9bb14 commit 2b08231

File tree

3 files changed

+143
-4
lines changed

3 files changed

+143
-4
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@ defaults:
466466
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
467467
# "foo": "Bar"
468468
suiteversion: "2025 Q4"
469-
buildversion: "19.3.25.1112"
470-
reportserverversion: "11.3.25.1112"
471-
spaviewerversion: "28.25.1112"
469+
buildversion: "19.3.25.1111"
470+
reportserverversion: "11.3.25.1111"
471+
spaviewerversion: "28.25.1111"
472472
nodeversion: "16.0.0"
473473
angularsubsetversion: "17.2.0"
474474
kendosubsetversion: "2025.1.227"

designing-reports/report-designer-tools/web-report-designer/web-report-designer-initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The Telerik Web Report Designer is a jQuery plugin - `jQuery.fn.telerik_WebRepor
8888
</tr>
8989
<tr>
9090
<td><strong>skipCollectingUsageDataPrompt</strong></td>
91-
<td><i>boolean, optional</i>; Sets a value indicating whether the <i>Onboarding Guide</i> should start with the __Help us improve!__ dialog. If not set or set to false, the Onboarding Guide will start with the dialog. It asks whether the user agrees for the designer to collect non-personal usage data. This analytical data gives the Telerik Reporting team feedback used to improve the Web Report Designer.<br/>The user may start/stop providing analytical data at any time. The current state of the agreement is kept by the general option __Collect non-personal usage data__ of the _Workspace Preferences_ menu item.</td>
91+
<td><i>boolean, optional</i>; Sets a value indicating whether the <i>Onboarding Guide</i> should start with the <strong>Help us improve!</strong> dialog. If not set or set to <i>false</i>, the Onboarding Guide will start with the dialog.<br/>The dialog asks whether the user agrees for the designer to collect non-personal usage data. This analytical data gives the Telerik Reporting team a valuable feedback helping to improve the Web Report Designer.<br/>The user may start/stop providing analytical data at any time. The current state of the agreement is kept by the <i>General</i> option <strong>Collect non-personal usage data</strong> of the <i>Workspace Preferences</i> menu item.</td>
9292
</tr>
9393
<tr>
9494
<td><strong>startMode</strong></td>
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
---
2+
title: 2025 Q4 (19.3.25.1111)
3+
page_title: 2025 Q4 19.3.25.1111 Release Overview
4+
description: "See the changes introduced with Telerik Reporting 2025 Q4 (19.3.25.1111) that should be considered before upgrading, and the 3rd party products & packages this version depends on."
5+
slug: telerikreporting/upgrade/2025/2025-Q4-19-3-25-1111
6+
tags: Q4,2025
7+
published: True
8+
shonly: True
9+
position: 1
10+
---
11+
12+
# 2025 Q4 (19.3.25.1111) Changes and Dependencies
13+
14+
This article explains the manual changes required when upgrading to Telerik Reporting 2025 Q4 (19.3.25.1111).
15+
16+
## Changes
17+
18+
### ServiceStack Report Service Dependencies
19+
20+
The implementation of the Telerik Reporting REST service based on the ServiceStack framework is deprecated.
21+
22+
### WinUI Report Viewer
23+
24+
The viewer is built with Telerik UI for WinUI __4.1.0.0__. WinUI Report Viewer targets .NET 8.
25+
26+
### WPF Report Viewer for .NET Framework
27+
28+
The viewer is built with Telerik UI Controls for WPF __2025.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]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/wpf-application/how-to-add-report-viewer-to-a-wpf-.net-framework-project%}).
29+
30+
### WPF Report Viewer for .NET 8
31+
32+
The viewer is built with Telerik UI Controls for WPF __2025.4.1111.80__ and targets .NET 8.
33+
34+
### Standalone Report Designer targeting .NET Framework 4.6.2
35+
36+
TRDX, TRDP, and TRBP report definitions created by the Standalone Report Designer now use schema version __http://schemas.telerik.com/reporting/2025/2.0__.
37+
38+
### Standalone Report Designer for .NET targeting .NET 8.0
39+
40+
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__.
41+
42+
## Dependencies
43+
44+
### Telerik Licensing
45+
46+
[Telerik.Licensing __1.6.31__](https://www.nuget.org/packages/Telerik.Licensing/1.6.31).
47+
48+
### Web Report Designer Dependencies
49+
50+
The [Web Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/overview%}) depends on the following libraries:
51+
* Telerik Kendo UI (__2025.1.227__ or later)
52+
* jQuery (__3.7.1__ or later)
53+
* jQuery UI (__1.14.1__)
54+
* 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.
55+
56+
### HTML5 Report Viewer Dependencies
57+
58+
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:
59+
60+
* Telerik Kendo UI (__2025.1.227__ or later)
61+
* jQuery (__3.7.1__ or later)
62+
* 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.
63+
64+
### Angular Report Viewer Dependencies
65+
66+
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:
67+
68+
* NodeJS (Active LTS or Maintenance LTS versions)
69+
* Angular (__16.0.0__ to __19.0.0__)
70+
* jQuery (__^1.10.0 || ^2.2.0 || ^3.7.0"__)
71+
72+
### Native Angular Report Viewer
73+
74+
* NodeJS (Active LTS or Maintenance LTS versions)
75+
* Angular (__16.0.0__ to __19.0.0__)
76+
* Kendo UI for Angular (__17.2.*__)
77+
78+
### React Report Viewer Dependencies
79+
80+
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:
81+
82+
* React (__16.8.6__ or later)
83+
* React-DOM (__16.8.6__ or later)
84+
* jQuery (__3.7.0__ or later)
85+
86+
### Native Blazor Report Viewer
87+
88+
The viewer is built with Telerik UI for Blazor __9.1.0__.
89+
90+
### HttpClient Dependencies
91+
92+
Connecting a desktop report viewer (WinForms or WPF) to a REST service or Report Server instance requires the following NuGet packages:
93+
94+
* Newtonsoft.Json (__13.0.1__ or later for .NET Framework and .NET Core projects)
95+
* Microsoft.AspNet.WebApi.Client (__6.0.0__ or later for .NET Framework projects, __5.2.7__ or later for .NET Core projects)
96+
97+
### WebServiceDataSource Component Dependencies
98+
99+
The [WebServiceDataSource]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/webservicedatasource-component/overview%}) requires the following NuGet packages:
100+
101+
* Microsoft.Net.Http (__2.2.29__ or later) - only for .NET Framework projects
102+
* Newtonsoft.Json (__13.0.1.0__ or later)
103+
104+
### ASP.NET Core WebAPI REST Report Service Dependencies
105+
106+
The [ASP.NET Core WebAPI REST Report Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-core-web-api-implementation/overview%}) requires the following NuGet packages:
107+
108+
* Microsoft.AspNetCore.Mvc.NewtonsoftJson (__8.0.0__)
109+
110+
### ASP.NET WebAPI REST Report Service Dependencies
111+
112+
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:
113+
114+
* Microsoft ASP.NET Web API (__5.3.0__ or later)
115+
* Newtonsoft.Json (__13.0.1.0__ or later)
116+
117+
### CubeDataSource Dependencies
118+
119+
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.
120+
121+
### Database Cache Provider Dependencies
122+
123+
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.
124+
125+
### Internal Cache
126+
127+
The internal cache uses SQLite version __3.50.4__ for .NET Framework projects and __3.50.4__ for .NET 8+ projects.
128+
129+
### REST Service Redis Storage Dependencies
130+
131+
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:
132+
133+
* StackExchange.Redis version 2.8.16 or greater.
134+
135+
### REST Service MSSQL Storage Dependencies
136+
137+
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:
138+
139+
* 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)