Unplanned
Last Updated: 13 Mar 2026 15:51 by Simon

When an HtmlTextBox contains a large HTML ordered list that exceeds a single page height, the generated PDF is cut at the pixel-level page boundary rather than at a text line boundary. This results in a line of text being visually split mid-glyph — part of the line appears at the bottom of one page, and the remainder is orphaned at the top of the next page.

To reproduce, create an HtmlTextBox that contains an <ol> with lots (>40) <li> items, so they span more than one physical page and export to PDF. Observe the page boundary where the list crosses a page — the split occurs mid-line.

Expected behaviour:
The renderer splits the HtmlTextBox content at a complete line boundary, consistent with how a plain TextBox behaves.

Actual behaviour:
The split occurs at the pixel-level page margin, cutting through a rendered text line.

  
Pending Review
Last Updated: 13 Mar 2026 02:16 by Philip
Created by: Philip
Comments: 0
Category: Reporting
Type: Feature Request
0

Is there a telerik reporting xml schema definition document somewhere? This is so that we can more effectively get AI to automatically build telerik reports.

 

Planned
Last Updated: 12 Mar 2026 21:14 by Simon
DOCX export restarts the numbering on the second page for ordered lists.
Unplanned
Last Updated: 12 Mar 2026 21:07 by Simon

On export to MS Word, a numbered list that spans two pages restarts at (1) on the second page. Instead, the numbered list should continue numbering from the first page. 

For example, if a list has five items and the fourth item starts on a new page, when I export the report to MS Word, the first three items are numbered (1), (2), and (3), and the last two items are numbered (1) and (2) again.  The last two items should be numbered (4) and (5).

In addition, if an item in a numbered list splits between two pages, the item is numbered twice: once at the beginning of the item and again on the first line that appears on the next page. The line at the top of the second page is numbered (1). This second number should not appear.

The attached file shows both these issues.

Unplanned
Last Updated: 11 Mar 2026 15:48 by Winnie

WPF report viewer crashes when launching it the second time. The issue appears to occur only when having a trial license activated.

System.Windows.Data Error: 23 : Cannot convert '<null>' from type '<null>' to type 'System.Uri' for 'en-US' culture with default conversions; consider using Converter property of Binding. NotSupportedException:'System.NotSupportedException: UriTypeConverter cannot convert from (null).
   at System.ComponentModel.TypeConverter.GetConvertFromException(Object value)
   at System.ComponentModel.TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at System.UriTypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at MS.Internal.Data.DefaultValueConverter.ConvertHelper(Object o, Type destinationType, DependencyObject targetElement, CultureInfo culture, Boolean isForward)'
Exception thrown: 'System.NullReferenceException' in Telerik.ReportViewer.Wpf.dll
Object reference not set to an instance of an object.

In Development
Last Updated: 11 Mar 2026 14:27 by ADMIN
Scheduled for 2026 Q2
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: 10 Mar 2026 15:29 by ADMIN
Scheduled for 2026 Q2

I want to set the Table ColumnWidth to a particular value in the Properties of the Web Report Designer. There is no property ColumnWidth as in the Desktop designers, and I tried to set the Size.Width, which is available.

When I increased the Width from the Properties, in design time, there is no change in the column width, only dashed borders indicating the new size when selecting the corresponding TextBoxes. In runtime, though, the new size is respected.

The inconsistency repeats even when I open the saved report in another browser or through another application, hence this is not a caching issue.

In Development
Last Updated: 06 Mar 2026 12:53 by ADMIN
Created by: Ashwani
Comments: 0
Category: Reporting
Type: Bug Report
4
The HTML5 Report Viewer requires adding the 'unsafe-inline' content security policy
Declined
Last Updated: 06 Mar 2026 12:42 by ADMIN
Created by: Andre
Comments: 1
Category: Reporting
Type: Bug Report
0

I'm using VS 2022, the demo reporting (Telerik_Reporting_2026_Q1_20_0_26_211). When using the "Telerik Report 2026 Q1 Wizard", I select the following

  • "Table Wizard"
  • Current Data Sources
  • Add New Data Sources
  • Select "Object Data Sources
  • I select my Assembly and data object.
  • I select the Data source Member

See attach file when I finish the wizard.

 

Unplanned
Last Updated: 05 Mar 2026 22:15 by Micah
Please add the possibility to merge cells in the Web Report Designer
Completed
Last Updated: 04 Mar 2026 13:12 by ADMIN
Release 20.0.26.304
Created by: James Glinsek
Comments: 0
Category: Reporting
Type: Bug Report
1

After updating to the Q1 2026 release of Reporting, I get the following error when passing the value of a DateTime parameter from the main report to a DateTime parameter of a report that I open via the Navigate To Report action:

CSharp.Net10.ReportingRestServiceCorsDemo Error: 0 : Parameter /Date(1771253073461)/ does not match Epoch regex format!
CSharp.Net10.ReportingRestServiceCorsDemo Error: 0 : Parameter /Date(1771253073461)/ does not match Epoch regex format!

The issue seems to occur only when directly passing the value of the DateTime report parameter, so as a workaround, I decided to create a new date using the Date() function. For example:

 

Completed
Last Updated: 04 Mar 2026 13:12 by ADMIN
Release 20.0.26.304

When using a report parameter of type string whose value resembles a date format (e.g., "3036-01"), the System.Text.Json serialization logic used by Telerik Reporting incorrectly treats the value as a date instead of a plain string. As a result, the parameter is serialized and displayed as a parsed DateTime value rather than the original text, leading to unexpected outputs such as "3036-01-01T00:00:00.0000000":

Completed
Last Updated: 04 Mar 2026 13:12 by ADMIN
Release 2026 Q1
I have a report with a "Navigate To Report" action, which, when triggered, sends the absolute URI to the IReportSourceResolver.Resolve method.

The provided URI should instead be only the relative URI that I have set on the action.
Completed
Last Updated: 04 Mar 2026 13:12 by ADMIN
Release 20.0.26.304

I have an image set to the checkbox through the CheckedImage property. When I export the report to Excel using the Skia graphics engine, the image is not present at all, or cut off.

The same issue is not present in the GDI engine or with the PictureBox item.

Completed
Last Updated: 04 Mar 2026 13:12 by ADMIN
Release 2026 Q1

I have projects on .NET Core and I want to use the System.Text.Json serializer that is the new default, but reporting relies on Newtonsoft.Json.

---

ADMIN EDIT

There are two approaches that can be taken right now to solve this:

OPTION 1: define separate endpoints (services, projects) for the different tasks - they can still use the same database layer through a shared project, depending on the architecture you have. This would let you have separated services with the appropriate serializers without custom attributes and code (see below). For example, create a separate project for the reporting REST services.

OPTION 2: add some custom decoration on the endpoints so you can choose which serializer is used on each, you can find some examples here: https://stackoverflow.com/questions/59650907/how-to-configure-two-json-serializers-and-select-the-correct-one-based-on-the-ro - the point being to register a serializer depending on the endpoint based on your own code rather than let the framework put one in for all endpoints.

NOTE: This would be a breaking change.

---

Completed
Last Updated: 04 Mar 2026 13:12 by ADMIN
Release 20.0.26.304

I have created an ellipse shape item and have set its Stretch property to True. Then, I have set the width of the item to be 1.5in, while the height is 1in, which results in a horizontally stretched ellipse on design-time:


However, when I render the report on Linux where the Skia graphics engine is used, the shape is not rendered properly:

 
In Development
Last Updated: 04 Mar 2026 13:12 by ADMIN
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: 27 Feb 2026 12:07 by ADMIN
Scheduled for 2026 Q2
Created by: Gertjan
Comments: 0
Category: Reporting
Type: Bug Report
3

The HTML5 Report Viewer uses inline templates which may require enabling the unsafe-eval CSP policy.

The viewer should migrate to using CSP templates as shown in Getting Started with Content Security Policy (CSP) Templates - Kendo UI Templates - Kendo UI for jQuery.

Unplanned
Last Updated: 27 Feb 2026 10:41 by Thomas

I am using the ObjectDataSource component of the Standalone Report Designer. However, I get errors mentioning that types from `System.Private.CoreLib` cannot be loaded. This used to work in version 19.3.26.121. The workaround in the latest version is to manually register the `System.Private.CoreLib` assembly in the designer through `assemblyReferences` (File -> Options -> Add).

Unplanned
Last Updated: 26 Feb 2026 14:51 by Pavel

We are using "@progress/telerik-angular-native-report-viewer": "29.26.211"

Seems options Fit to page/Fit to width are mixed

Fit to page does what Fit to width should be doing and vice versa

1 2 3 4 5 6