Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ kendothemeversion: "10.2.0"
blazoruiversion: "9.1.0"
mindotnetversion: "8"
mindotnetoutputdir: "\\bin\\Debug\\net8.0"
dotnetversions: ".NET 8 and .NET 9"
dotnetversions: ".NET 8, .NET 9 and .NET 10"

# Feedback Form Product code
productCode: REPORTING
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ When you configure the ObjectDataSource component the settings below are obligat
Framework 4.0__. For that reason, it cannot load and resolve classes from assemblies built
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.

>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.
>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.

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%}).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The following code example shows the default `Telerik.ReportDesigner.exe.config`
````


## Default Configuration for the .NET 8 Standalone Report Designer
## Default Configuration for the .NET 10 Standalone Report Designer

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The designer's functionality for working with Coded Reports relies on [MSBuild](
If you have Visual Studio 2017 or newer installed, the required MSBuild version will be available out of the box.

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

## Opening Coded Reports
Expand Down
4 changes: 2 additions & 2 deletions designing-reports/report-designer-tools/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This document gives a brief overview of the available Report Designers.

## Standalone Report Designer

[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:
[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:

* 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.
* 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.
* Does not require Visual Studio;
* Works with XML report definitions packaged in a zip archive `.TRDP` or in the plain legacy format `.TRDX`:

Expand Down
2 changes: 1 addition & 1 deletion getting-started/installation/dot-net-core-support.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: .NET Support
page_title: Using Telerik Reporting with .NET or .NET Standard
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."
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."
slug: telerikreporting/using-reports-in-applications/dot-net-core-support
previous_url: /using-reports-in-applications/dot-net-core-support, /use-reports-in-net-core-apps
tags: telerik, reporting, dotnet, core, support, getting, started, download, and, installation
Expand Down
2 changes: 1 addition & 1 deletion getting-started/installation/included-assemblies.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The assemblies come sorted in several folders so that you can use the ones you n

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

## Main Assemblies

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ res_type: kb

## Description

> From Q4 2025, the Standalone Report Designer for .NET is built with .NET 10

This article describes How to load `.NET 9` assemblies in the Standalone Report Designer for .NET *(**SRD.NET** for short)*.

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Learn how to resolve the error message 'Only invariant culture is
type: troubleshooting
page_title: Only invariant culture is supported in globalization-invariant mode
slug: only-invariant-culture-is-supported-in-globalization-invariant-mode-error
tags: .NET 6, .NET 7, .NET 8, .NET 9
tags: .NET 7, .NET 8, .NET 9, and .NET 10
res_type: kb
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ticketid: 1659555

## Description

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`.
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`.

## Cause

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Use an `ObjectDataSource` component instead, which supports the [Entity Framewor

- Standalone Report Designer for .NET

The [Standalone Report Designer for .NET]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/overview%}#starting-the-standalone-report-designer-for-net) is built on `.NET 8` and can thus resolve assemblies built targeting .NET Core up to .NET 8, or .NET Standard.
The [Standalone Report Designer for .NET]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/overview%}#starting-the-standalone-report-designer-for-net) is built on `.NET 10` and can thus resolve assemblies built targeting .NET Core up to .NET 10, or .NET Standard.

It is necessary to register the assembly in the designer's configuration file as explained in the [Extending Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/configuration/extending-report-designer%}) article.

Expand Down