Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121

I have a Website ASP.NET project, and I am trying to implement the Reporting REST Service in it. To do that, I have tried to install the Telerik.Reporting.Services.WebApi package to my solution. However, when I attempt that, I get the following error:

The package 'Telerik.Reporting.Services.WebApi' tried to add a framework reference to 'System.Web.Http' which was not found in the GAC. This is possibly a bug in the package. Please contact the package owners for assistance.
Cannot find assembly 'System.Web.Http'.

It seems that the package requires that the System.Web.Http.dll assembly is available in the GAC, otherwise, the package cannot be installed.

The workaround to be able to install the package is to manually install the assembly to the GAC, or paste it in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8.

Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 2025 Q4
I have a generate button to create the report programmatically, with my own form and controls that are sent as parameters.  I do not want the report to render immediately as the user needs to select the parameters first.  
Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121
Created by: Miria
Comments: 2
Category: Reporting
Type: Feature Request
9
Please add support for the newly released Angular 20 for both of the Angular Report Viewers.
Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121

My use case is a multi-select parameter that is based on a dataset; and the dataset is filtered by 2 other parameters.

The dependent parameter editor is shown as a SpinButton rather than a multi-select editor in the Blazor Native Report Viewer:

Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121

When my application is hosted on Windows, Arabic date values appear reversed in the day part during PDF export with the Skia graphics engine. For example, 2025/01/01 is displayed as /01/10 when Arabic digits are used.

With the GDI graphics engine, the Date values are rendered as expected.

Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121
Created by: SturmA
Comments: 0
Category: Reporting
Type: Feature Request
1

As of now the Reporting team provides only part of the source code - mostly the code that targets .NET Framework 4.6.2.

Please expose more of the code to your customers, like Telerik Reporting engine for .NET 6+ and corresponding REST WebAPI.

Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121
Created by: Ben
Comments: 0
Category: Reporting
Type: Bug Report
0

I use an approved government font for the reports. I have specified it in the `privateFonts` option of the report engine configuration. However, on Linux, it is not picked up during rendering. In FontForge, the font shows the following warning:

On Windows, it causes no issues.

Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121
I have 2 Date parameters on my report. The "Start Date" parameter defaults to today, and the "End Date" defaults to the "Start Date" + 1 Year.

This works fine in the Report Designer, e.g., when the Start Date is changed in preview mode, the End Date value is recalculated.

However, this behavior does not work in the Blazor Native Report Viewer.  When the page first renders, the two dates are shown correctly, but if the Start Date is changed, the End Date is not recalculated.
Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121

My application uses RadDocking. When the WPF Report Viewer is hosted in RadDocking, some Graph labels appear cut.

The problem is related to the property UseLayoutRounding="True" in the RadDocking.

The workaround is to use the following setting:

RadPane pane = new RadDocumentPane();
pane.UseLayoutRounding = false;
pane.Header = "Report";
pane.Content = reportViewer;
DocumentPaneGroup.AddItem(pane, Telerik.Windows.Controls.Docking.DockPosition.Center);

 

Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121

As soon as I reference a .NET 10 assembly containing models, there is a null reference exception that does not appear in EventViewer or Fusion logging at the opening of the Standalone Report Designer for .NET.

Here is a link to a muted video demonstrating how adding assembly references using the UI successfully adds the custom assembly to the designer, as well as the bug when removing the assembly version.

Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121

Hello Team Support,

I work with the ReportViewer in WPF. I modified the description of some format in my App.config.

When I export my report, if the description is too long, it does not fit the message window anymore.

Here is a screenshot of my issue:

Thank you in advance.

Best regards,

Jonas

Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121
I have cascade parameters that depend on other parameters (check the Product Line Sales report for an example). I have set these parameters with `autoRefresh` of `false`. In the Standalone Report Designer, once I change the value of a parameter, the dependent parameter also changes automatically. However, this is not the case in the Native Angular report viewer.
Unplanned
Last Updated: 20 Jan 2026 15:36 by n/a
LabelAngle causes last label from the graph to disappear on Skia. On GDI+, the issue is not reproducible.
Unplanned
Last Updated: 20 Jan 2026 14:29 by ADMIN
Scheduled for 2026 Q1

Currently, Telerik Reporting has a dependency on Microsoft.Data.SqlClient version="5.2.2".

This version may cause build failure when restoring packages due to locked package files.

See the following dotnet issue for more information about the problem: dotnet/SqlClient#2464

Unplanned
Last Updated: 20 Jan 2026 13:04 by mahicol

Some of the Web Report Designer pop-up messages are not localizable. For example, the message about trying to access a report that does not exist on the server:

Unplanned
Last Updated: 19 Jan 2026 18:58 by ADMIN

Related to:

https://feedback.telerik.com/reporting/1635210-attempt-by-security-transparent-method-telerik-reporting-openxmlrendering-spreadsheet-workbook-ctor-to-access-security-critical-method

 

Also affects Telerik.Reporting.Processing and Configuration: Attempt by security transparent method 'Telerik.Reporting.Processing.AssemblyRefManager.LoadAssembliesCore()' to access security critical method 'Telerik.Reporting.Configuration.ReportingConfiguration.get_Current()' failed.

Completed
Last Updated: 19 Jan 2026 07:49 by ADMIN
Release 2025 Q4

Some special characters, such as "🍁", break reports that are rendered with the Skia graphics engine in a Linux environment.

When the Gdi graphics engine is used on Linux, the reports are generated successfully. However, the Gdi graphics engine cannot be used on Linux with projects that target .NET 7 and later.

Unplanned
Last Updated: 16 Jan 2026 14:38 by Pramod

I have a report with an HtmlTextBox item, which contains an ordered list(<ol>). When I export this report to PDF, and inspect the logical tree of the document with a tool like the PDF Accessibility Checker, I can see that the span with the text is inserted above the number.

As a result, when I read the document with a screen-reading tool like Adobe's "Read Out Loud" feature or NVDA, the text is read before the current number in the list, which I find unexpected.

Unplanned
Last Updated: 15 Jan 2026 16:48 by ADMIN
Scheduled for 2026 Q1
I used this resource https://docs.telerik.com/reporting/report-items/barcode/1d-barcodes/1d-specifications to switch between the encoding modes A/B/C in Code 128 Barcode. However, the strings are encoded with Code 128A even when I provide the control character 'Start B' (#FD/253) in the Value.
Unplanned
Last Updated: 15 Jan 2026 12:42 by Tony
Created by: Tony
Comments: 0
Category: Reporting
Type: Feature Request
1

Currently, the GetDesignerResource endpoint of the Web Report Designer service is case-insensitive, which can lead to issues if the URL is made lowercase at some point, such as by a URL rewrite rule, or similar scenarios.

For example, the following reference to the Web Report Designer script will load return the file:

<script src="api/reportdesigner/designerresources/js/webReportDesigner"></script>

But if lowercase is used, for example, like this:

<script src="api/reportdesigner/designerresources/js/webreportdesigner"></script>

The request will return a 404(Not Found) response.

 

1 2 3 4 5 6