Skip to content

Commit 8987e0e

Browse files
IvetNikolovadnikolov-prgyordan-mitev
authored
Update included-assemblies.md (#1849)
* Update included-assemblies.md * Update getting-started/installation/included-assemblies.md Co-authored-by: Yordan <[email protected]> * Update _config.yml * Updated docs with .NET 10 SRD.Net --------- Co-authored-by: Dimitar Nikolov <[email protected]> Co-authored-by: Yordan <[email protected]>
1 parent 2d92f33 commit 8987e0e

File tree

11 files changed

+13
-11
lines changed

11 files changed

+13
-11
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ kendothemeversion: "10.2.0"
476476
blazoruiversion: "9.1.0"
477477
mindotnetversion: "8"
478478
mindotnetoutputdir: "\\bin\\Debug\\net8.0"
479-
dotnetversions: ".NET 8 and .NET 9"
479+
dotnetversions: ".NET 8, .NET 9 and .NET 10"
480480

481481
# Feedback Form Product code
482482
productCode: REPORTING

designing-reports/connecting-to-data/data-source-components/objectdatasource-component/connecting-the-objectdatasource-component-to-a-data-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When you configure the ObjectDataSource component the settings below are obligat
2626
Framework 4.0__. For that reason, it cannot load and resolve classes from assemblies built
2727
against .NET Standard 2.1 or .NET {{site.mindotnetversion}}+. You can see the [.NET Standard compatibility chart](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0) which explains how and when the assemblies can be loaded in different framework versions.
2828

29-
>The new [.NET Standalone Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/overview%}#starting-the-standalone-report-designer-for-net) is built for .NET 8 and can resolve assemblies built with `.NET Standard`, `.NET {{site.mindotnetversion}}` and later.
29+
>The new [.NET Standalone Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/overview%}#starting-the-standalone-report-designer-for-net) is built for .NET 10 and can resolve assemblies built with `.NET Standard`, `.NET {{site.mindotnetversion}}` and later.
3030

3131
1. Add the following piece of code from [Bind to a BusinessObject]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/objectdatasource-component/how-to/how-to-bind-to-a-businessobject%}).
3232

designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/configuration/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The following code example shows the default `Telerik.ReportDesigner.exe.config`
133133
````
134134

135135

136-
## Default Configuration for the .NET 8 Standalone Report Designer
136+
## Default Configuration for the .NET 10 Standalone Report Designer
137137

138138
The following code example shows the default `Telerik.ReportDesigner.Net.dll.config` file that is distributed with the Report Designer for .NET. A major difference with the designer for .NET Framework is that the Trace Listener for .NET is in the `Telerik.Reporting` section rather than in the `system.diagnostics` section as in .NET Framework.
139139

designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/srd-net-working-with-type-report-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The designer's functionality for working with Coded Reports relies on [MSBuild](
3131
If you have Visual Studio 2017 or newer installed, the required MSBuild version will be available out of the box.
3232

3333
> The .NET SDK corresponding to your project’s target framework must also be installed.
34-
For example, if your report library targets .NET 8, ensure the .NET 8 SDK is present.
34+
For example, if your report library targets .10, ensure the .NET 10 SDK is present.
3535
Without it, SRD.NET will fail to compile the project.
3636

3737
## Opening Coded Reports

designing-reports/report-designer-tools/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This document gives a brief overview of the available Report Designers.
1717

1818
## Standalone Report Designer
1919

20-
[Standalone Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/overview%}) is a standalone desktop application that features an easy-to-use environment. It is available for the .NET Framework and .NET 8:
20+
[Standalone Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/overview%}) is a standalone desktop application that features an easy-to-use environment. It is available for the .NET Framework and .NET 10:
2121

22-
* The executable file starting the application is `Telerik.ReportDesigner.exe` for the .NET Framework and `Telerik.ReportDesigner.Net.exe` for .NET 8. By default, it will be deployed upon product installation in the '(*Telerik Reporting installation folder*)\Report Designer' folder. For example, 'C:\Program Files (x86)\Progress\Telerik Reporting {{site.suiteversion}}\Report Designer'. The .NET 8 version is in the '\.NET' subfolder.
22+
* The executable file starting the application is `Telerik.ReportDesigner.exe` for the .NET Framework and `Telerik.ReportDesigner.Net.exe` for .NET 10. By default, it will be deployed upon product installation in the '(*Telerik Reporting installation folder*)\Report Designer' folder. For example, 'C:\Program Files (x86)\Progress\Telerik Reporting {{site.suiteversion}}\Report Designer'. The .NET 10 version is in the '\.NET' subfolder.
2323
* Does not require Visual Studio;
2424
* Works with XML report definitions packaged in a zip archive `.TRDP` or in the plain legacy format `.TRDX`:
2525

getting-started/installation/dot-net-core-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Support
33
page_title: Using Telerik Reporting with .NET or .NET Standard
4-
description: "Learn how to use Telerik Reporting in .NET 8/9 or .NET Standard applications on Windows, Linux, and macOS platforms and how to deploy them in Docker images."
4+
description: "Learn how to use Telerik Reporting in .NET 8+ or .NET Standard applications on Windows, Linux, and macOS platforms and how to deploy them in Docker images."
55
slug: telerikreporting/using-reports-in-applications/dot-net-core-support
66
previous_url: /using-reports-in-applications/dot-net-core-support, /use-reports-in-net-core-apps
77
tags: telerik, reporting, dotnet, core, support, getting, started, download, and, installation

getting-started/installation/included-assemblies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The assemblies come sorted in several folders so that you can use the ones you n
1818

1919
* If you target `.NET Framework`, use the assemblies from the `Bin` folder.
2020
* If you target `.NET Standard`, use the assemblies from the `\Bin\netstandard2.0` folder.
21-
* If you target `.NET 8`, use the assemblies from the `\Bin\net8.0` and `\Bin\net8.0-windows` folders.
21+
* If you target `.NET 8` or later, use the assemblies from the `\Bin\net8.0` and `\Bin\net8.0-windows` folders.
2222

2323
## Main Assemblies
2424

knowledge-base/how-to-load-dot-net-7-assemblies-in-srd-dot-net.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ res_type: kb
2727

2828
## Description
2929

30+
> From Q4 2025, the Standalone Report Designer for .NET is built with .NET 10
31+
3032
This article describes How to load `.NET 9` assemblies in the Standalone Report Designer for .NET *(**SRD.NET** for short)*.
3133

3234
It is important to state that SRD.NET is targeting **.NET 8** instead of .NET 9 because .NET 8 is a **Major** release while .NET 9 is not. Major releases happen once a year, even-numbered versions are the long-term supported (LTS) releases.

knowledge-base/only-invariant-culture-is-supported-in-globalization-invariant-mode-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Learn how to resolve the error message 'Only invariant culture is
44
type: troubleshooting
55
page_title: Only invariant culture is supported in globalization-invariant mode
66
slug: only-invariant-culture-is-supported-in-globalization-invariant-mode-error
7-
tags: .NET 6, .NET 7, .NET 8, .NET 9
7+
tags: .NET 7, .NET 8, .NET 9, and .NET 10
88
res_type: kb
99
---
1010

knowledge-base/pdf-rendering-not-available-telerik-reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ticketid: 1659555
2626

2727
## Description
2828

29-
After upgrading an ASP.NET Core application to .NET 8 the PDF rendering format becomes unavailable. The error message encountered is `Telerik.Reporting.Processing.RendererNotAvailableException: PDF rendering format is not available`.
29+
After upgrading an ASP.NET Core application to .NET 8+ the PDF rendering format becomes unavailable. The error message encountered is `Telerik.Reporting.Processing.RendererNotAvailableException: PDF rendering format is not available`.
3030

3131
## Cause
3232

0 commit comments

Comments
 (0)