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

Under Review
Last Updated: 24 Feb 2026 07:37 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: 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 13:28 by Dialog

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

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

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.

In Development
Last Updated: 20 Feb 2026 12:39 by ADMIN
Scheduled for 2026 Q2

I cannot localize the messages of the Angular and React report viewers using the suggested approaches:

The only alternative is to use the approach from the Localization of the HTML5 ReportViewer Explained - Telerik Reporting article, which I can do only by loading the string resources script in index.html of the SPA.

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: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: 18 Feb 2026 09:14 by Dirk

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:

 
Unplanned
Last Updated: 17 Feb 2026 08:50 by ADMIN
Scheduled for 2026 Q2
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:

 

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:

Completed
Last Updated: 11 Feb 2026 15:40 by ADMIN
Release 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

Completed
Last Updated: 11 Feb 2026 15:40 by ADMIN
Release 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.

Completed
Last Updated: 11 Feb 2026 15:40 by ADMIN
Release 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.
Completed
Last Updated: 11 Feb 2026 15:34 by ADMIN
Release 2026 Q1
LabelAngle causes last label from the graph to disappear on Skia. On GDI+, the issue is not reproducible.
In Development
Last Updated: 09 Feb 2026 15:21 by ADMIN
Scheduled for 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.
Unplanned
Last Updated: 09 Feb 2026 08:59 by ADMIN
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.
1 2 3 4 5 6