Unplanned
Last Updated: 23 Mar 2026 15:17 by ADMIN

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: 23 Mar 2026 09:33 by ADMIN
Created by: Andrew
Comments: 1
Category: Reporting
Type: Bug Report
0

When using A4 paper or narrow-edge leading media the Web Viewer prints everything perfectly.

When using a 60mm x 30mm label, therefore "wide-edge" leading media, the web viewer prints the label in landscape, even though the print is in portrait!

Just because the media is "landscape" surely it is the print on the media that determines the orientation?

When using the Windows System Print Dialogue this does not occur, on the using the print from the Web Viewer. This is because the Web Viewer converts it to PDF first to print (I believe). Surely, in the code you can state NOT to rotate, OR rotate it back to the correct orientation for wide edge leading media.

The label design is portrait so all the "print / pdf" code needs to do is to query this and not assume that wide edge leading media automatically prints in landscape.

Unplanned
Last Updated: 20 Mar 2026 20:50 by ADMIN
Scheduled for 2024 Q2

When using the SqlDataSource component with a stored procedure that has an IF-ELSE condition which selects a different set of columns depending on whether the condition is true or false, the returned data schema is always as if the condition is evaluated to true.

While the schema is wrong, if I manually type the fields, at runtime, they get resolved correctly but it is inconvenient.

Unplanned
Last Updated: 15 Mar 2026 20:25 by ADMIN
Scheduled for 2026 Q2

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: 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.

  
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.

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.

Unplanned
Last Updated: 05 Mar 2026 22:15 by Micah
Please add the possibility to merge cells in the Web Report Designer
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: 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

Unplanned
Last Updated: 23 Feb 2026 14:56 by ADMIN

Currently, the desktop viewers don't allow adding custom headers to their requests to the service.
In HTML5-based web viewers, this is possible through the AjaxPrefilter event.

Unplanned
Last Updated: 23 Feb 2026 08:53 by ADMIN
Scheduled for 2026 Q2

Using the text-indent CSS setting results in part of the text on the first line being cut off:

 

Unplanned
Last Updated: 20 Feb 2026 12:55 by ADMIN
Scheduled for 2026 Q2
Created by: Miguel
Comments: 2
Category: Reporting
Type: Feature Request
8

Currently, if the SkipBlankPages property is set to True and there is not any significant content in the report, the following message will be displayed in the designer and the viewer: The current data set presented in the report did not produce any significant content, so no pages were generated. If you need to see the whole report content, including blank pages, please contact the report author.

It would be nice if it can be localized in the viewers.
Unplanned
Last Updated: 20 Feb 2026 12:55 by ADMIN
Scheduled for 2026 Q2

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: 20 Feb 2026 12:36 by ADMIN
Scheduled for 2026 Q2

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: 19 Feb 2026 15:33 by Scott

In the Report Book’s Edit Parameters dialog, non‑mergeable parameters only show index 0 in the dropdown, even when multiple report instances are present:

Other indexes can be applied only by manually typing the value into the combo box, but this behavior is not intuitive and makes it unclear that parameters can be assigned per instance.

Unplanned
Last Updated: 19 Feb 2026 11:43 by Wayne Clavering

Consider adding support for the `start` attribute of the `ol` element in HtmlTextBox. This would allow us to change the start counting:

 
Unplanned
Last Updated: 19 Feb 2026 11:39 by Wayne Clavering

in the expression editor i have a html tag like this...

<ol style="list-style-type: lower-roman" start="2">

design view on the expression editor correctly shows the indented list starting with ii (2).

On the main report view and print, it only shows as i (1).

Yet any editing it switches back to ii (2);

---

Comment from admin: The HtmlTextBox item does not (yet) support the `start` attribute (please check Styling and Formatting HtmlTextBox). Therefore, the result in the report preview/print is the expected one, while the design view is misleading.

Unplanned
Last Updated: 16 Feb 2026 12:38 by Piyush Bhatt

When I invoke a cancellation before the report processing starts, the expected behavior is that the report should really not even begin processing, but it runs to completion.

When I export to  XLSX, RTF, and CSV formats, and try to cancel the report a few seconds later, so that cancellation is signaled while report processing is already occurring, it doesn't stop. The expected behavior is that a TaskCanceledException should be raised, and the report processing should stop, but the report runs to completion. In PDF, DOCX, and PPTX, this works as expected.

Unplanned
Last Updated: 13 Feb 2026 15:07 by Greg

The HTML5-based report viewers send 404 request to `/sass/fonts/kendo-font-icons.ttf` when font icons are being used:

1 2 3 4 5 6