Unplanned
Last Updated: 06 Feb 2026 17:45 by Mark
The Telerik.Reporting NuGet package brings unnecessary assemblies when used in .NET Framework projects due to the change to the nuspec in the Telerik Reporting - ProgressĀ® TelerikĀ® Reporting R2 2022 SP1 (16.1.22.622) release.
Unplanned
Last Updated: 05 Feb 2026 09:29 by ADMIN

Description
Even though there is no map wizard for the WRD, it is possible to create a map item and try to set it. However, it is not possible to select an ESRI Shapefile for the spatial data or inspect the already existing one in the report:

Image

Steps To Reproduce

  1. Use the PopulationDensity report
  2. Open the ShapeMapSeries:
Image
  1. The Source type can't be configured:
Image

Expected behavior
Even with no map wizard in the WRD, the map item should be created from scratch, and all properties should be editable.

Actual behavior
The Source Type doesn't show any option for selecting shape files.

Unplanned
Last Updated: 03 Feb 2026 09:43 by Pramod

The attached report generates different PDF documents when rendered by the Standalone Designer and REST Service, both targeting the .NET Framework 4.6.2:

  • The PDFs have different sizes
  • When using the 'Read out loud' functionality of the Adobe Reader, the items are read in a different order. The order in the PDF generated by the designer is correct, and the one in the service-generated PDF is wrong.

 

Unplanned
Last Updated: 29 Jan 2026 07:28 by ADMIN
Created by: Petar
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, when configuring an ObjectDataSource with an async method that returns a `Task<T>`, the ObjectDataSource wizard displays `Task` members (such as `AsyncState`, `CreationOptions`, `IsCanceled`, etc.) instead of the actual data properties. Consider adding support for such async methods.
Unplanned
Last Updated: 28 Jan 2026 08:02 by ADMIN
Scheduled for 2026 Q1
LabelAngle causes last label from the graph to disappear on Skia. On GDI+, the issue is not reproducible.
Unplanned
Last Updated: 27 Jan 2026 13:56 by ADMIN
Scheduled for 2026 Q1

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: 23 Jan 2026 06:39 by Pramod

My report has a Text Watermark as part of the PageSettings, and is configured for Accessibility. The report contains a Page Header and Page Footer. In the Page Footer, there are two TextBoxes.

When I generate an accessible PDF with Telerik Reporting and use the Adobe Reader > Read Out Loud functionality, it doesn't read the content of the second TextBox in the Page Footer.

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.

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.

 

Unplanned
Last Updated: 15 Jan 2026 11:20 by Ed

Using Blazor native reporting component.  Our underlying email sending service requires that Subject is not blank, however the UI does not validate the Subject field.

Need to be able to validate that Subject is not blank when user attempts to submit email form.

Unplanned
Last Updated: 15 Jan 2026 10:01 by Rodwan

We are experiencing issues with Telerik Reporting related to RTL text (culture 'ar-JO') rendering, as outlined below:

  • Text wrapping is not working correctly within the HTML5 Report Viewer. The text seems to overflow the TextBox.
  • When exporting to PDF, the text exceeds its boundaries, does not wrap as expected, and in some cases is cut off.
Unplanned
Last Updated: 14 Jan 2026 15:16 by ADMIN
Scheduled for 2026 Q1

I'm getting an error in Telerik Report Designer (Data Explorer): "Member x on type String not found"

The version is: 19.3.25.1119

Steps to Reproduce:

  • Open SRD.NET.
  • Configure the Assembly References through the SRD.NET UI to include a DLL.
  • Open an existing report file.
  • Observation: The Data Explorer tool window is populated correctly, showing all fields and methods as expected.
  • Close Telerik Report Designer.
  • Re-open Telerik Report Designer.
  • Verify that the Assembly References are still correctly configured (they are).
  • Open the same report file.
  • The Data Explorer is not populated. Instead, it throws an error:

Unplanned
Last Updated: 14 Jan 2026 13:22 by ADMIN
Scheduled for 2026 Q1

Please note the spelling error in the k-notificaiton-error class name. Should be k-notification-error:

<div class="trv-parameter-error k-notification k-notificaiton-error" style="">
                <span class="k-notification-status k-icon k-i-x-outline"></span>
                <span class="trv-parameter-error-message k-notification-content">Parameter value cannot be empty.</span>
            </div>

Because of this, error messages are rendered with incorrect color (should be red):

Unplanned
Last Updated: 13 Jan 2026 14:25 by Support
Created by: Support
Comments: 0
Category: Reporting
Type: Feature Request
1
If a user changes the page number in the input box and then clicks the refresh button, an error is thrown, and the report styles break.
This also triggers multiple requests without an instance ID and document ID, resulting in 404 Not Found responses.
Unplanned
Last Updated: 09 Jan 2026 11:01 by ADMIN
Scheduled for 2026 Q1

I use the kendovalidator before rendering the report to check the correct parameter of initial and final date.

 

However, the validation fails because additional inputs (for the "Send Email" functionality) are included in the HTML output of the viewer even though I have disabled it.

 

I believe that if the "Send Email" option is disabled the mail data panel should not be created.

Unplanned
Last Updated: 05 Jan 2026 14:40 by ADMIN
Created by: Milen, Product Manager in DX
Comments: 0
Category: Reporting
Type: Feature Request
4
As a user of the Web report designer,
I want to be able to localize my reports for particular languages/cultures,
So they may be consumed by diverse end-users.
Unplanned
Last Updated: 05 Jan 2026 11:45 by ADMIN
Scheduled for 2026 Q1

When using screen reader applications like JAWS or Narrator, those tools read accessible reporting PDFs in an incorrect order. For example, if I have two items in the report, the reader will read the second item first.

Additionally, images whose AccessibleDescription I have set may be read multiple times..

Unplanned
Last Updated: 05 Jan 2026 10:02 by ADMIN
Scheduled for 2026 Q1

I had an issue with watermarks being present in the generated PDF despite the license validation passing. In the trace log, I was seeing this:

x.x.x.x.exe Information: 0 : *** ReportProcessor.ProcessReport STARTED ***
x.x.x.x.exe Information: 0 : SQLite x64: v3.50.4
x.x.x.x.exe Information: 0 : 
x.x.x.x.exe Information: 0 : *** ProcessReport #0 "Invoice" STARTED ***
x.x.x.x.exe Information: 0 : *** ProcessReport #0 "Invoice" DONE in 00:00:00.6363067 ***
x.x.x.x.exe Information: 0 : 
x.x.x.x.exe Information: 0 : *** ReportProcessor.ProcessReport DONE in 00:00:00.7891276 ***
x.x.x.x.exe Information: 0 : 
x.x.x.x.exe Information: 0 : License check for assembly Telerik.Reporting, Version=19.3.25.1119, Culture=neutral, PublicKeyToken=a9d7983dfcc261be: True
x.x.x.x.exe Information: 0 : 
x.x.x.x.exe Information: 0 : *** Render Report #0 "Invoice" STARTED ***
x.x.x.x.exe Information: 0 : ReportName: Invoice; DocumentName: Invoice; Extension: PDF
x.x.x.x.exe Information: 0 : DeviceInfo Contents
x.x.x.x.exe Information: 0 : ===================
x.x.x.x.exe Information: 0 : ChangingPermissionType: ""
x.x.x.x.exe Information: 0 : ComplianceLevel: "None"
x.x.x.x.exe Information: 0 : CopyingPermissionType: ""
x.x.x.x.exe Information: 0 : DocumentAuthor: ""
x.x.x.x.exe Information: 0 : DocumentCreator: ""
x.x.x.x.exe Information: 0 : DocumentKeywords: ""
x.x.x.x.exe Information: 0 : DocumentNaturalLanguage: ""
x.x.x.x.exe Information: 0 : DocumentProducer: ""
x.x.x.x.exe Information: 0 : DocumentSubject: ""
x.x.x.x.exe Information: 0 : DocumentTitle: ""
x.x.x.x.exe Information: 0 : EnableAccessibility: "False"
x.x.x.x.exe Information: 0 : EndPage: "0"
x.x.x.x.exe Information: 0 : FontEmbedding: "None"
x.x.x.x.exe Information: 0 : ForceLicenseWatermark: "True"

The issue turned out to be due to caching, but the output puzzled me while I was debugging this. Turned out `ForceLicenseWatermark` is always true (the misleading part), but only has an effect when the license validation fails.

1 2 3 4 5 6