Good Morning,
i get empty pages in word from processing from telerik designer

Hello,
we have an existing and large reporting project which we moved from .NET Framework 4 to .net 8 now (<TargetFramework>net8.0-windows</TargetFramework>). Build the project in Visual Studio is fine and successful.
When I try to open a report of this project in the ReportDesigner by selecting the .cs file I get a dialog in which thje correct Designer und project file is shown. Pressing Finish leads to the following error which I do not understand because the TargetFramework point to a windows plattform:
Build in progressMSBuild-Version 17.14.18+a338add32 für .NET Framework
Der Buildvorgang wurde am 16.09.2025 13:43:02 gestartet.
Projekt "D:\Workspace\MainNext\Components\Report\de.ser.Reporting\de.ser.Reporting\de.ser.Reporting.csproj" auf Knoten "1" (Standardziele).
C:\Program Files\dotnet\sdk\9.0.304\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets(142,5): error NETSDK1136: Die Zielplattform muss auf Windows festgelegt werden (üblicherweise durch Einbeziehen von "-windows" in die TargetFramework-Eigenschaft), wenn Windows Forms oder WPF verwendet wird oder auf Projekte oder Pakete verwiesen wird, die dies tun. [D:\Workspace\MainNext\Components\Report\de.ser.Reporting\de.ser.Reporting\de.ser.Reporting.csproj]
Die Erstellung des Projekts "D:\Workspace\MainNext\Components\Report\de.ser.Reporting\de.ser.Reporting\de.ser.Reporting.csproj" ist abgeschlossen (Standardziele) -- FEHLER.
Fehler beim Buildvorgang.
"D:\Workspace\MainNext\Components\Report\de.ser.Reporting\de.ser.Reporting\de.ser.Reporting.csproj" (Standardziel) (1) ->
(_CheckForInvalidWindowsDesktopTargetingConfiguration Ziel) ->
C:\Program Files\dotnet\sdk\9.0.304\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets(142,5): error NETSDK1136: Die Zielplattform muss auf Windows festgelegt werden (üblicherweise durch Einbeziehen von "-windows" in die TargetFramework-Eigenschaft), wenn Windows Forms oder WPF verwendet wird oder auf Projekte oder Pakete verwiesen wird, die dies tun. [D:\Workspace\MainNext\Components\Report\de.ser.Reporting\de.ser.Reporting\de.ser.Reporting.csproj]
0 Warnung(en)
1 Fehler
Verstrichene Zeit 00:00:01.77
How to solve this error?
Regards,
Chris

I want to create a report which includes one section (likes multi-column report) and another section (like one -column report), more detail on the attached file.
After researching, I haven't found the solution yet.
So Could Telerik builds this kind of report??
Thanks!
I am trying to follow the instructions on this URL: https://www.telerik.com/aspnet-core-ui/documentation/getting-started/video-onboarding
I added the source to the Nuget settings with this URL: https://nuget.telerik.com/v3/index.json
When I go to the NuGet package manager and select the Telerik. The first time I did enter credentials but I got a
Hello Telerik team,
I’m trying to create a simple Telerik report programmatically and bind data from a custom class using an ObjectDataSource. My class has a method GetCustomers() that returns a collection of items.
Simplified setup:
I’ve also tried leaving DataMember
“The type or namespace ‘CustomerDetailedModel’ could not be found, or the assembly is not trusted.”
I’ve tried:
Adding the DLL via AssemblyRef.FromFile
Placing the DLL in the application output folder
Using AppDomain.CurrentDomain.AssemblyResolve
Configuring assembly references in appsettings.json
Despite this, the report cannot resolve the type at runtime.
Questions:
How do I make ObjectDataSource resolve a CLR type from a custom assembly in a programmatically created report?
What is the recommended way to configure assembly references in .NET Core / .NET 8 for reports?
Any guidance or examples would be greatly appreciated.

I have Telerik.Reporting v19.1.25.521 to generating PDF files. After upgrading License nuget to version 1.6.16 all SVG files stopped rendering.
Moving back to previous version fixes issue. Tried the latest available nuget 1.6.21 and problem persists.
How can this happen? How can License checked nuget break report functionality?

Can't find nuget packages:
dotnet package search --verbosity detalied --source https://nuget.telerik.com/v3/index.json --prerelease
returns
****************************************
Source: TelerikNuGetV3 (https://nuget.telerik.com/v3/index.json)
| Package ID | Latest Version | Owners | Total Downloads |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.DataSource.Trial | 2.0.1 | | 0 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Core.Trial | 2020.1.212 | | 0 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Fixed.Trial | 2020.1.212 | | 0 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Flow.FormatProviders.Pdf.Trial | 2020.1.212 | | 0 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Flow.Trial | 2020.1.212 | | 0 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Spreadsheet.FormatProviders.Op | 2020.1.212 | | 0 |
| enXml.Trial | | | |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Spreadsheet.FormatProviders.Pd | 2020.1.212 | | 0 |
| f.Trial | | | |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Spreadsheet.Trial | 2020.1.212 | | 0 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.SpreadsheetStreaming.Trial | 2020.1.212 | | 0 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.UI.for.AspNet.Core.Trial | 2020.1.406 | | 0 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Web.PDF.Trial | 2020.1.406 | | 0 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Zip.Trial | 2020.1.212 | | 0 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
but can't find here
<PackageReference Include="Telerik.Reporting.OpenXmlRendering" Version="19.2.25.813" />
We use a private font in our reports as described here: Prevent line break for certain characters (whitespace, hyphen, colon) in Reporting | Telerik Forums
This works well locally on the development machine, but once deployed on the server the font is not working correctly for other clients.
We observed the following behaviour:
We found this article, where it says that the font should be installed on the clients? Configuring the privateFonts Element - Telerik Reporting
So, do we need our font to be installed on the clients for it to work in the ReportViewer?
Is there a way to change the font in the report without installing it to the clients?
Kind regards.
