In Development
Last Updated: 05 Aug 2026 16:43 by ADMIN
The Group Footer rows of my table are displayed thinner than the rest of the table rows in PDF rendering. However, they are designed the same as the Group Header Rows and the Detail rows.
Unplanned
Last Updated: 05 Aug 2026 15:34 by office
When content associated with a TOC entry is hidden, subsequent TOC page numbers may be offset by one page. In the attached sample, the issue occurs when a Group Footer containing the TOC entry is hidden and the TOC is close to spilling onto a second page.
Unplanned
Last Updated: 05 Aug 2026 08:22 by Markus
Created by: Markus
Comments: 0
Category: Reporting
Type: Bug Report
1

When the reports are displayed within the WPF Report Viewer, they are rendered in the XAML format, and it does not natively support SVGs.

Currently, the SVGs are always rasterized before being written to the XAML, which results in the images being blurred when zooming in the report viewer.

Unplanned
Last Updated: 05 Aug 2026 07:55 by Pramod
When exporting a report with large data (100,000 and 200,000 records) to XLSX, the rendering takes much more time (1+ min and 4+ min) than when previewing in the desktop designers or generating a PDF (12s and 46s). The final XLSX and PDF documents are of comparable sizes.
Unplanned
Last Updated: 05 Aug 2026 06:39 by Pramod

When I enable accessibility in my reports, the final PDF document becomes 20+ times bigger than without accessibility. The reports contain large amounts of data and result in 2000+ pages.

I need the images in my reports (usually only one logo) to have alternative text, so the screen readers can describe them. To achieve this, currently I have to enable accessibility for the entire report, hence the huge final documents.

It would be very useful for my scenario to add alternative text to the PictureBox without declaring the entire report as accessible.

Completed
Last Updated: 04 Aug 2026 15:30 by ADMIN

If I open the expression dialog in the Web Report Designer and select one of the available functions, I will see a sample snippet in the third column below the expression area.

This column is not selectable, so I cannot copy the example and test it out. This example should be copyable, so that each function can be easily tested in the report designer.

Completed
Last Updated: 04 Aug 2026 15:11 by ADMIN
Release 2026 Q3
After upgrading to version 20.0.26.424+, I started experiencing an issue where having two similar images in the report results in one of them being duplicated and reused when exporting to PDF. I did not experience this issue in older versions.
Completed
Last Updated: 04 Aug 2026 13:35 by ADMIN
In the Native Angular Report Viewer, clicking the Refresh button on a report that has DateTime parameters causes the Navigate Backward (Back) button to become enabled, even though no actual navigation has occurred.
In Development
Last Updated: 04 Aug 2026 08:26 by ADMIN

I am trying to use the following HTML content for the HtmlTextBox item:

<span style="font-weight:bold">Label&nbsp;1:</span>&nbsp;<span>Data&nbsp;1</span> <span style="font-weight:bold">Label&nbsp;2:</span>&nbsp;<span>Data&nbsp;2</span>

However, the non-breaking space between the spans (label 1/data 1 and label 2/data 2) is not preserved.

In Development
Last Updated: 03 Aug 2026 08:09 by ADMIN

I am using the Standalone Report Designer for .NET to open a code-based report from an application that was migrated from .NET Framework. Before the migration, function calls defined in the designer.cs file were preserved and evaluated at runtime as expected. However, after migrating to the code-based reports functionality supported by the Standalone Report Designer for .NET, these function calls are evaluated immediately during the report import process, and the resulting values are then serialized and stored in the report definition.

It would be nice if the function calls were preserved in the imported report, allowing them to be evaluated later at runtime, as their return values may change depending on the execution context.

Unplanned
Last Updated: 30 Jul 2026 08:43 by ADMIN

Hi, While the Report Designer exports tags to the PDF (with Accessibility enabled), the tags exported are not fully compliant with PDF/UA or 508 requirements. For example, my document has several hundred pages, each with two or three data tables on them. While the tags get exported, they are only Paragraph tags, and NOT Table tags. Is there a way to designate Table Header Rows, Header Columns, and Data Cells in Telerik Reporting such that upon export to PDF they get tagged properly?


Completed
Last Updated: 29 Jul 2026 13:37 by ADMIN

I have graphs in my report. I render them with Skia on Linux. The issue reproduces with Skia on Windows as well.

The legend labels are not aligned well with the color icon, and data labels on a horizontal bar chart (with OutsideEnd) are misaligned as well:


In Development
Last Updated: 29 Jul 2026 10:30 by ADMIN

I have a custom assembly with default 'version', 'culture', and 'publicKeyToken'.

When I reference the assembly in the 'assemblyReferences' element only with its 'name', the Reporting Engine recognizes it.

If I reference it with the full version, '1.0.0.0', it also works.

However, when I set the 'version' to '1.0.0', the Reporting Engine throws, stating that the assembly is not trusted and must be referenced in the 'assemblyReferences' element.

Unplanned
Last Updated: 27 Jul 2026 14:26 by Nitin
Created by: Nitin
Comments: 0
Category: Reporting
Type: Bug Report
1

I am using the HTML5 report viewer and seeing 4 errors in the WAVE tool, along with multiple alerts. See: https://wave.webaim.org/report#/https://demos.telerik.com/reporting/product-sales

Please consider addressing them.

Unplanned
Last Updated: 27 Jul 2026 06:33 by Gianluca Mariani

Currently, the Download Raw Data action is available in the Windows Form Report Viewer. It is hard-coded there, and the download button appears when you hover over the data item.

The developer can cancel the action through the interactive action event handlers. However, the button persists even when the action is cancelled and doesn't do anything, which is misleading and confusing for the report readers.

Please let the developers disable the action/button, for example, through configuration in the viewer.

Completed
Last Updated: 24 Jul 2026 10:05 by ADMIN

greetings

Summary

When the Web Report Designer is initialized with non-English string resources (via window.telerikWebDesignerResources), the authentication type selector in the Web Service Data Source wizard behaves incorrectly. Even though "Sin autenticación" (the translated value of WebServiceDataSourceNoAuthentication) is visually selected in the dropdown, the wizard behaves as if a different authentication type is selected — displaying additional required credential fields and blocking progression.

The issue does not occur when using English string resources (WebServiceDataSourceNoAuthentication = "No authentication").

---
Steps to Reproduce

1. Configure a Blazor Web Report Designer with Spanish (es-CO) custom string resources using window.telerikWebDesignerResources:

// WebReportDesignerStrings.es-CO.js
export class WebReportDesignerStringsBase {
    constructor() {
        // ...
        this.WebServiceDataSourceNoAuthentication = "Sin autenticación";
        // ...
    }
}

// Load resources before designer renders
window.telerikWebDesignerResources = new WebReportDesignerStringsBase();

2. Open the Web Report Designer in the browser with the Spanish resources active.
3. Add a new Web Service Data Source.
4. In the wizard URL step, observe the authentication selector — it shows "Sin autenticación" as the selected option.
5. Attempt to proceed through the wizard.

---
Expected Behavior

With "Sin autenticación" selected (equivalent to "No authentication"), the wizard should:
- Require only the Service URL field
- Not display credential input panels
- Allow proceeding to the next step without authentication configuration

---
Actual Behavior

Despite "Sin autenticación" being visually selected, the wizard behaves as if a different authentication type (Basic or 2-step) is selected:
- Additional authentication configuration panels appear or are required
- The wizard blocks progression expecting credential inputs
- The behavior is identical to what occurs when "Basic" or "2-step" is selected

---
Root Cause Analysis

The designer's compiled JavaScript (webReportDesigner) appears to compare the selected authentication type against the English string "No authentication" internally, rather than against a stable enum or index value. When the display text is "Sin autenticación", this comparison fails and the wizard falls through to a non-"no auth" code path.

Evidence: applying the temporary workaround of keeping WebServiceDataSourceNoAuthentication = "No authentication" (English text) in the es-CO resources file resolves the issue completely — the wizard functions correctly while all other strings remain in Spanish.

---
Workaround

In the non-English string resources file, keep WebServiceDataSourceNoAuthentication in English:

// workaround: keep English value until Telerik fixes internal comparison
this.WebServiceDataSourceNoAuthentication = "No authentication";

---
Minimal Reproduction

@* ReportEditor.razor *@
@page "/reportEditor"
@using Telerik.WebReportDesigner.Blazor

<WebReportDesigner DesignerId="wrd1"
                   ServiceUrl="apiReport/reportdesigner" />

// Loaded before designer renders via IJSRuntime.InvokeVoidAsync
window.telerikWebDesignerResources = {
    WebServiceDataSourceNoAuthentication: "Sin autenticación",
    // ... other keys
};


---
Additional Notes

- Both es-CO and en-US string resource files contain 971 keys each — the issue is not caused by missing keys.
- The designer correctly picks up the localized strings for all other UI elements; the bug is isolated to the authentication dropdown value comparison logic.
- Confirmed on version 19.1.25.521; not tested on earlier versions.

 

thank for your attention.

have a nice day.

In Development
Last Updated: 24 Jul 2026 08:01 by ADMIN
I am currently using the HTML5 report viewer on a page with Telerik UI for ASP.NET Core components. However, there is a conflict, because the components rely on font icons with one glyph codes, while the report viewer brings in its own CSS with glyph codes from an older version of Kendo UI themes. Please consider providing a built-in solution so that we do not have to depend on fragile, unsupported workarounds.
Unplanned
Last Updated: 23 Jul 2026 08:33 by Pragati

We get an incorrect “Email format is not valid” validation when sending a report to multiple recipients. We are using the wrapper/HTML5 Angular Report Viewer

Steps to Reproduce

  1. Open any report in the Telerik Report Viewer.
  2. Click Send Email.
  3. In the To field, enter multiple valid email addresses, for example:

    user1@example.com,user2@example.com

    or

    user1@example.com;user2@example.com
  4. Click Send.

Actual Result

  • The validation message "Email format is not valid." is displayed beneath the To field.
  • Despite the validation error, the email is sent successfully to all recipients.

Expected Result

  • Multiple valid email addresses should be accepted without displaying a validation error.
  • Since the email is successfully delivered, no validation message should be shown.
In Development
Last Updated: 15 Jul 2026 09:00 by ADMIN
Scheduled for 2026 Q3
Created by: Rich
Comments: 0
Category: Reporting
Type: Feature Request
4

I often need to have the same Report Parameters in different reports, including the main and its subreport. Currently, I need to add the parameters manually.

It would be very useful if we could copy/paste Report Parameters between reports.

 

In Development
Last Updated: 09 Jul 2026 15:11 by ADMIN
Scheduled for 2026 Q3
Created by: Paul
Comments: 3
Category: Reporting
Type: Feature Request
26
Please, add support for other Kendo themes in the Web Report Designer.
1 2 3 4 5 6