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!
Hi,
after installation of Telerik Reporting (with examples option checked) I got installed AdventureWorks database, but it is empty and I can't run any example report without data.
Where can I get backup of AdventureWorks database with data ?
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" />Issue:
1. PDF, Rich Text Format and TIFF file could be downloaded with data
2. CSV file could be downloaded, but content is empty
Env:
.NET 8 => Telerik.Reporting.Services.AspNetCore, Version=18.0.24.305
Angular => "@progress/telerik-angular-report-viewer": "21.24.305"
Telerik ReportsControllerBase APIs:
http://localhost:48399/api/Report/clients/1b5bf213bf3/instances/cf20c6c6de6/documents
trdx:
<?xml version="1.0" encoding="utf-8"?>
<Report Width="29cm" Name="AdjustmentPiecesSummary" Zoom="1.5" SnapGridSize="0.1cm" xmlns="http://schemas.telerik.com/reporting/2021/2.0">
<Style>
<Font Name="Arial Unicode MS" />
</Style>
<DataSources>
<SqlDataSource QueryDesignerState="null" ParameterValues="{"@StartDateTime":"'2024-03-14 15:20:19.000'","@EndDateTime":"'2024-03-16 15:20:19.000'"}" ConnectionString="= Parameters.PFDSConnectionString.Value" ProviderName="System.Data.SqlClient" SelectCommand="[AdjustmentManager].[pr_AdjustmentManager_LoadPiecesSummary]" SelectCommandType="StoredProcedure" CommandTimeout="90" Name="pr_AdjustmentManager_LoadPiecesSummary ">
<Parameters>
<SqlDataSourceParameter DbType="DateTime" Name="@StartDateTime">
<Value>
<String>= Parameters.startDateTime.Value</String>
</Value>
</SqlDataSourceParameter>
<SqlDataSourceParameter DbType="DateTime" Name="@EndDateTime">
<Value>
<String>= Parameters.endDateTime.Value</String>
</Value>
</SqlDataSourceParameter>
</Parameters>
</SqlDataSource>
</DataSources>
<Items>
<PageHeaderSection Height="2.4cm" Name="pageHeaderSection1">
<Style>
<BorderStyle Default="Solid" />
<BorderColor Default="0, 204, 0" />
<BorderWidth Default="2pt" />
</Style>
<Items>
<TextBox Width="4.277in" Height="0.354in" Left="8.2cm" Top="0.5cm" Value="Adjustment Pieces Summary" Name="adjustmentPiecesSummaryTitle">
<Style Color="31, 73, 125" TextAlign="Center">
<Font Size="22pt" Bold="True" />
</Style>
</TextBox>
<PictureBox Image="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" Width="1.4cm" Height="0.8cm" Left="0.8cm" Top="0.2cm" Sizing="ScaleProportional" MimeType="image/png" Name="pictureBox1" />
<TextBox Width="1.652cm" Height="0.4cm" Left="23.641cm" Top="0.1cm" Value="Created At:" Name="textBox114">
<Style Color="31, 73, 125">
<Font Size="8pt" />
</Style>
</TextBox>
<TextBox Width="3.501cm" Height="0.4cm" Left="25.293cm" Top="0.1cm" Value="= Now()" Format="{0:MM'/'dd'/'yyyy HH:mm:ss}" Name="textBox115">
<Style Color="31, 73, 125">
<Font Size="8pt" />
</Style>
</TextBox>
<TextBox Width="1.101cm" Height="0.4cm" Left="24.192cm" Top="1.761cm" Value="Page:" Name="textBox116">
<Style Color="31, 73, 125">
<Font Size="8pt" />
</Style>
</TextBox>
<TextBox Width="2.7cm" Height="0.4cm" Left="25.293cm" Top="1.761cm" Value="=PageNumber + ' / ' + PageCount" Name="textBox117">
<Style Color="31, 73, 125">
<Font Size="8pt" />
</Style>
</TextBox>
<TextBox Width="3.6cm" Height="0.4cm" Left="7.8cm" Top="1.761cm" Value="= Parameters.startDateTime.Value" Format="{0:MM'/'dd'/'yyyy HH:mm:ss}" Name="textBox11">
<Style TextAlign="Left" VerticalAlign="Middle" />
</TextBox>
<TextBox Width="2cm" Height="0.4cm" Left="5.799cm" Top="1.761cm" Value="Start Date:" Name="textBox10">
<Style TextAlign="Left" VerticalAlign="Middle">
<Font Bold="True" />
</Style>
</TextBox>
<TextBox Width="3.6cm" Height="0.4cm" Left="18cm" Top="1.722cm" Value="= Parameters.endDateTime.Value" Format="{0:MM'/'dd'/'yyyy HH:mm:ss}" Name="textBox9">
<Style TextAlign="Left" VerticalAlign="Middle" />
</TextBox>
<TextBox Width="2cm" Height="0.4cm" Left="16cm" Top="1.722cm" Value="End Date:" Name="textBox8">
<Style TextAlign="Left" VerticalAlign="Middle">
<Font Bold="True" />
</Style>
</TextBox>
</Items>
</PageHeaderSection>
<DetailSection Height="0cm" Name="detailSection1">
<Style Visible="False" />
</DetailSection>
</Items>
<PageSettings PaperKind="A4" Landscape="True" ContinuousPaper="False">
<Margins>
<MarginsU Left="0.5cm" Right="0.5cm" Top="1cm" Bottom="1cm" />
</Margins>
</PageSettings>
<StyleSheet>
<StyleRule>
<Style>
<Padding Left="2pt" Right="2pt" />
</Style>
<Selectors>
<TypeSelector Type="TextItemBase" />
<TypeSelector Type="HtmlTextBox" />
</Selectors>
</StyleRule>
<StyleRule>
<Style Color="Black">
<Font Name="Arial Unicode MS" Size="9pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="Black" />
<BorderWidth Default="1px" />
</Style>
<Selectors>
<StyleSelector Type="Table" StyleName="Normal.TableNormal" />
</Selectors>
</StyleRule>
<StyleRule>
<Style>
<Font Name="Arial Unicode MS" Size="9pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="Black" />
<BorderWidth Default="1px" />
</Style>
<Selectors>
<DescendantSelector>
<Selectors>
<TypeSelector Type="Table" />
<StyleSelector Type="ReportItem" StyleName="Normal.TableBody" />
</Selectors>
</DescendantSelector>
</Selectors>
</StyleRule>
<StyleRule>
<Style VerticalAlign="Middle">
<Font Name="Arial Unicode MS" Size="10pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="Black" />
<BorderWidth Default="1px" />
</Style>
<Selectors>
<DescendantSelector>
<Selectors>
<TypeSelector Type="Table" />
<StyleSelector Type="ReportItem" StyleName="Normal.TableHeader" />
</Selectors>
</DescendantSelector>
</Selectors>
</StyleRule>
<StyleRule>
<Style Color="0, 63, 89">
<Font Name="Arial Unicode MS" Size="9pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="187, 220, 235" />
<BorderWidth Default="1px" />
</Style>
<Selectors>
<StyleSelector Type="Table" StyleName="BlueOpal.TableNormal" />
</Selectors>
</StyleRule>
<StyleRule>
<Style Color="0, 63, 89">
<Font Name="Arial Unicode MS" Size="9pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="187, 220, 235" />
<BorderWidth Default="1px" />
</Style>
<Selectors>
<DescendantSelector>
<Selectors>
<TypeSelector Type="Table" />
<StyleSelector Type="ReportItem" StyleName="BlueOpal.TableBody" />
</Selectors>
</DescendantSelector>
</Selectors>
</StyleRule>
<StyleRule>
<Style BackgroundColor="233, 244, 249" Color="0, 63, 89" VerticalAlign="Middle">
<Font Name="Arial Unicode MS" Size="10pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="187, 220, 235" />
<BorderWidth Default="1px" />
</Style>
<Selectors>
<DescendantSelector>
<Selectors>
<TypeSelector Type="Table" />
<StyleSelector Type="ReportItem" StyleName="BlueOpal.TableHeader" />
</Selectors>
</DescendantSelector>
</Selectors>
</StyleRule>
</StyleSheet>
<Groups>
<Group Name="group3">
<GroupHeader>
<GroupHeaderSection PageBreak="Before" Height="1.2cm" Name="PiecesSection">
<Items>
<Table DataSourceName="pr_AdjustmentManager_LoadPiecesSummary " Width="28.565cm" Height="1.2cm" Left="0cm" Top="0cm" RowHeadersPrintOnEveryPage="True" ColumnHeadersPrintOnEveryPage="True" Name="piecesTable" StyleName="Normal.TableNormal">
<Body>
<Cells>
<TableCell RowIndex="0" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="0.859cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.SerialNumber" Format="" Name="textBox3" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="1.972cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.OrderNumber" Format="" Name="textBox2" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="4.576cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.PieceNum" Format="" Name="textBox1" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="3" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="1.248cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.WetScale2" Format="" Name="textBox28" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="4" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="1.53cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.WetUptakePiece" Format="" Name="textBox12" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="5" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="1.306cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.WetUptakePercent" Format="" Name="textBox5" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="6" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="2.259cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.WetScale2BeforeAdjustment" Format="" Name="textBox29" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="7" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="0.894in" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.AmountWCRemoveAdd" Format="" Name="textBox30" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="8" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="0.773in" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.WetScale2AfterRework" Format="" Name="textBox13" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="9" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="0.764in" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.WetUptakeAfterRework" Format="" Name="textBox14" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="10" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="0.768in" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.WetUptakePercentAfterRework" Format="" Name="textBox16" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="11" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="0.584in" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.PieceStatus" Format="" Name="textBox18" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="12" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="0.573in" Height="0.5cm" Left="0cm" Top="0cm" Value="= Fields.ProductName" Format="" Name="textBox24" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="13" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="0.708in" Height="0.5cm" Left="0in" Top="0in" Value="= Fields.PieceDateTime" Format="{0:MM'/'dd'/'yyyy HH:mm:ss}" Name="textBox32" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="14" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="0.769in" Height="0.5cm" Left="0in" Top="0in" Value="= Fields.UpdateDateTime" Format="{0:MM'/'dd'/'yyyy HH:mm:ss}" Name="textBox31" StyleName="BlueOpal.TableBody">
<Style Color="Black" TextAlign="Center" VerticalAlign="Middle">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableCell>
</Cells>
<Columns>
<Column Width="0.859cm" />
<Column Width="1.972cm" />
<Column Width="4.576cm" />
<Column Width="1.248cm" />
<Column Width="1.53cm" />
<Column Width="1.306cm" />
<Column Width="2.259cm" />
<Column Width="0.894in" />
<Column Width="0.773in" />
<Column Width="0.764in" />
<Column Width="0.768in" />
<Column Width="0.584in" />
<Column Width="0.573in" />
<Column Width="0.708in" />
<Column Width="0.769in" />
</Columns>
<Rows>
<Row Height="0.5cm" />
</Rows>
</Body>
<Corner />
<Style>
<BorderColor Default="DimGray" />
</Style>
<RowGroups>
<TableGroup Name="detail">
<Groupings>
<Grouping />
</Groupings>
</TableGroup>
</RowGroups>
<ColumnGroups>
<TableGroup Name="actionOrdinal">
<ReportItem>
<TextBox Width="0.859cm" Height="0.7cm" Left="11.04cm" Top="1cm" Value="Seq" Name="numberSequenceColumn" StyleName="BlueOpal.TableHeader">
<Style BackgroundColor="224, 224, 224" Color="Black" TextAlign="Center">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
<ChildGroups>
<TableGroup Name="group6" />
</ChildGroups>
</TableGroup>
<TableGroup Name="group">
<ReportItem>
<TextBox Width="1.972cm" Height="0.7cm" Left="0in" Top="0in" Value="Order Num" Name="textBox22" StyleName="BlueOpal.TableHeader">
<Style BackgroundColor="224, 224, 224" Color="Black" TextAlign="Center">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
<ChildGroups>
<TableGroup Name="solutionActionType_Localized" />
</ChildGroups>
</TableGroup>
<TableGroup Name="group1">
<ReportItem>
<TextBox Width="4.576cm" Height="0.7cm" Left="0in" Top="0in" Value="Piece Num" Name="textBox26" StyleName="BlueOpal.TableHeader">
<Style BackgroundColor="224, 224, 224" Color="Black" TextAlign="Center">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
<ChildGroups>
<TableGroup Name="name" />
</ChildGroups>
</TableGroup>
<TableGroup Name="group8">
<ReportItem>
<TextBox Width="1.248cm" Height="0.7cm" Left="0in" Top="0in" Value="Wet Scale2" Name="textBox15" StyleName="BlueOpal.TableHeader">
<Style BackgroundColor="224, 224, 224" Color="Black">
<BorderColor Default="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="weightTarget">
<ReportItem>
<TextBox Width="1.53cm" Height="0.7cm" Left="0in" Top="0in" Value="Wet Uptake Piece" Name="textBox6" StyleName="Normal.TableBody">
<Style BackgroundColor="224, 224, 224" Color="Black" TextAlign="Left" VerticalAlign="Middle">
<Font Name="Arial Unicode MS" Size="10pt" Bold="False" />
<BorderStyle Default="Solid" Bottom="Solid" Right="Solid" />
<BorderColor Default="DimGray" Bottom="DimGray" Right="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="group9">
<ReportItem>
<TextBox Width="1.306cm" Height="0.7cm" Left="0in" Top="0in" Value="%Wet Update Nom" Name="textBox27" StyleName="Normal.TableBody">
<Style BackgroundColor="224, 224, 224" Color="Black" TextAlign="Left" VerticalAlign="Middle">
<Font Name="Arial Unicode MS" Size="10pt" Bold="False" />
<BorderStyle Default="Solid" Bottom="Solid" Right="Solid" />
<BorderColor Default="DimGray" Bottom="DimGray" Right="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="group28">
<ReportItem>
<TextBox Width="2.259cm" Height="0.7cm" Left="0in" Top="0in" Value="Start Weight Before Adjustment" Name="textBox4" StyleName="Normal.TableBody">
<Style BackgroundColor="224, 224, 224" Color="Black" TextAlign="Left" VerticalAlign="Middle">
<Font Name="Arial Unicode MS" Size="10pt" Bold="False" />
<BorderStyle Default="Solid" Bottom="Solid" Right="Solid" />
<BorderColor Default="DimGray" Bottom="DimGray" Right="DimGray" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="group4">
<ReportItem>
<TextBox Width="0.894in" Height="0.7cm" Left="0in" Top="0in" Value="Amount WC Remove/Add" Name="textBox7">
<Style BackgroundColor="224, 224, 224" VerticalAlign="Middle" LineWidth="1pt">
<Font Size="10pt" Bold="False" />
<BorderStyle Default="Solid" />
<BorderColor Default="DimGray" />
<BorderWidth Default="1px" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="group2">
<ReportItem>
<TextBox Width="0.773in" Height="0.7cm" Left="0in" Top="0in" Value="Final Weight After Adjustment" Name="textBox17">
<Style BackgroundColor="224, 224, 224" VerticalAlign="Middle" LineWidth="1pt">
<Font Size="10pt" Bold="False" />
<BorderStyle Default="Solid" />
<BorderColor Default="DimGray" />
<BorderWidth Default="1px" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="group5">
<ReportItem>
<TextBox Width="0.764in" Height="0.7cm" Left="0in" Top="0in" Value="Wet Uptake After Adjustment" Name="textBox19">
<Style BackgroundColor="224, 224, 224" VerticalAlign="Middle" LineWidth="1pt">
<Font Size="10pt" Bold="False" />
<BorderStyle Default="Solid" />
<BorderColor Default="DimGray" />
<BorderWidth Default="1px" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="group7">
<ReportItem>
<TextBox Width="0.768in" Height="0.7cm" Left="0in" Top="0in" Value="%Wet Uptake After Adjustment" Name="textBox21">
<Style BackgroundColor="224, 224, 224" VerticalAlign="Middle" LineWidth="1pt">
<Font Size="10pt" Bold="False" />
<BorderStyle Default="Solid" />
<BorderColor Default="DimGray" />
<BorderWidth Default="1px" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="group11">
<ReportItem>
<TextBox Width="0.584in" Height="0.7cm" Left="0in" Top="0in" Value="Piece Status" Name="textBox25" StyleName="">
<Style BackgroundColor="224, 224, 224" VerticalAlign="Middle">
<Font Size="10pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="DimGray" />
<BorderWidth Default="1px" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="group10">
<ReportItem>
<TextBox Width="0.573in" Height="0.7cm" Left="0in" Top="0in" Value="Product Name" Name="textBox20" StyleName="">
<Style BackgroundColor="224, 224, 224" VerticalAlign="Middle">
<Font Size="10pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="DimGray" />
<BorderWidth Default="1px" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="group12">
<ReportItem>
<TextBox Width="0.708in" Height="0.7cm" Left="0in" Top="0in" Value="Piece Datetime" Name="textBox23" StyleName="">
<Style BackgroundColor="224, 224, 224" VerticalAlign="Middle">
<Font Size="10pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="DimGray" />
<BorderWidth Default="1px" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
<TableGroup Name="group13">
<ReportItem>
<TextBox Width="0.769in" Height="0.7cm" Left="0in" Top="0in" Value="Adjusted Timestamp" Name="textBox34" StyleName="">
<Style BackgroundColor="224, 224, 224" TextAlign="Left" VerticalAlign="Middle">
<Font Size="10pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="DimGray" />
<BorderWidth Default="1px" />
</Style>
</TextBox>
</ReportItem>
</TableGroup>
</ColumnGroups>
</Table>
</Items>
</GroupHeaderSection>
</GroupHeader>
<GroupFooter>
<GroupFooterSection Height="0cm" Name="groupFooterSection2" />
</GroupFooter>
</Group>
</Groups>
<ReportParameters>
<ReportParameter Name="startDateTime" Type="DateTime">
<Value>
<String>2024-04-05 13:11:34</String>
</Value>
</ReportParameter>
<ReportParameter Name="cultureId">
<Value>
<String>en-US</String>
</Value>
</ReportParameter>
<ReportParameter Name="endDateTime" Type="DateTime">
<Value>
<String>2024-04-07 13:11:34</String>
</Value>
</ReportParameter>
<ReportParameter Name="PFDSConnectionString">
<Value>
<String></String>
</Value>
</ReportParameter>
<ReportParameter Name="line" />
</ReportParameters>
<Bindings>
<Binding Path="Culture" Expression="= Parameters.cultureId.Value" />
</Bindings>
</Report>
Hi
Have an old project (few months old using 19.0.25.313) running perfectly. The customer wanted a small change to a report.
On my development PC is the new 2025 Q3 Reporting software.
I opened the report in the new Designer, made the changes and they previewed OK.
Moved the report file .trdp, back to the server no I get the error...
Unable to get report parameters. Report 'rpt_LowStock.trdp' cannot be resolved.
Surely the Report Designer MUST be backwards compatible???
Thanks
I finally figured out that I can transfer any Telerik design in Clipboard:
IDataObject dataObject = Clipboard.GetDataObject();
if (dataObject.GetDataPresent("CF_TELERIK_REPORTING_NET20"))
{
var services = new ServiceCollection();
ServiceProvider provider = services.BuildServiceProvider();
//IServiceProvider provider = new DefaultServiceProviderFactory().CreateServiceProvider(services);
byte[] data = (byte[])dataObject.GetData("CF_TELERIK_REPORTING_NET20");
var service = new CodeDomComponentSerializationService(provider);
using (var stream = new MemoryStream(data))
using (SerializationStore store = service.LoadStore(stream))
{
//using var store = (CodeDomSerializationStore)service.LoadStore(stream);
var components = service.Deserialize(store);
store.GetType();
}
}
I have a report that I'm viewing in a WPF app. The report looks perfect on-screen and when I export to PDF. However, when I export to "Word Document", there are a few fields that simply don't show up in the Word document. There is also, in the page footer, a horizontal line that comes out as just a partial line, and footer text that doesn't appear at all.
Are there any pointers or suggestions to get these working?
We have a longer text in our report, which also contains this string "ISO 5834-1:2019", which we don't want to break into a new line.
Reporting Services seem to have the possibility to use the chr()-function to inject 'unbreakable' characters, but this doesn't seem to work in Telerik Reports.
How can we make sure, that there is no line break possible for the given string?
(Line break in the rest of the text is ok, though.)