In Development
Last Updated: 26 Sep 2025 15:09 by ADMIN
Scheduled for 2025 Q4
Consider enabling WPF elements to be uniquely and reliably identified in WPFXAML/WPFXAMLInteractive rendering using properties such as Name, AutomationId, or custom identifiers, to improve support for UI automation, testing, and runtime inspection tools.
In Development
Last Updated: 25 Sep 2025 13:51 by ADMIN
Created by: Prashant
Comments: 6
Category: Reporting
Type: Feature Request
2

we need to have complete End User Tutorial for Web Report Designer, where all the excel like features need to be demonstrated.

including Pivot etc.

Unplanned
Last Updated: 25 Sep 2025 12:23 by ADMIN
Created by: Riziq
Comments: 0
Category: Reporting
Type: Feature Request
1
I would like for there to be a feature in the report designers, where when I use the SqlDataSource component, the designer automatically picks up what fields I am using in the report, and edits the SQL query's SELECT statement to include only those fields.

To clarify our usage scenario: we design reports directly against SQL tables, stored procedures, or views from the start. The report definition is dynamic and often driven by user input, so we rely heavily on runtime evaluation. In our current reporting system, the optimization happens automatically during execution: The engine inspects the report layout and selection formulas, then generates SQL that includes only the fields actually used. This means the designer doesn’t need to manually prune unused fields — the runtime engine handles it intelligently.

In Telerik Reporting, we envision a similar behavior: once the report definition is finalized (whether in the designer or programmatically), the engine could analyze which fields are referenced in expressions, filters, groupings, visibility conditions, etc., and optimize the data retrieval accordingly. This would be especially beneficial for stored procedures or views with wide schemas, where only a subset of fields are relevant to the report logic.
Duplicated
Last Updated: 25 Sep 2025 08:56 by ADMIN
Created by: Karl
Comments: 1
Category: Reporting
Type: Bug Report
0

Visual Studio 2022, Telerik Reporting 2025 Q2, Visual Studio Designer, C# code, running VS as admin, VS version is Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.14.13 (August 2025)

A few days ago, the data explorer window stopped functioning, while it seems to be around the same time of the last VS update, I'm not 100% sure.    The data explorer window just does not populate at all, appears to not update the screen at all (so you see whatever was there).   I have tried system restarts, repair install on Telerik Reporting, closed the data explorer window and opened it again, searched for possible answers - nothing.  I can run the report in Preview so the data connection is fine.   Attached is a screenshot of when I open the Data Explorer - as you can see while the data explorer window shows, the contents is what was there previously.  If I leave it open and restart VS the window comes up all white.   This is happening for all reports (14 in this project).

Only VS extensions installed are AWS Tookit and Telerik.

VS is not showing any errors in the output window, the option for "Show output from", at least initially, has no entries for Telerik

 

In Development
Last Updated: 24 Sep 2025 10:48 by ADMIN
Scheduled for 2025 Q4

I have updated to version 19.2.25.813 of Reporting, and when I try to build a project that has Reporting references, I get the following warnings:

Telerik and Kendo UI Licensing warning TKL102: Your current license has expired and is not valid for Telerik Document Processing Libraries version 2025.2.807.20.

There are no Telerik Document Processing dependencies in my project, but I still get the warning.

Unplanned
Last Updated: 19 Sep 2025 12:59 by Steve
I would like to be able to assign an event handler to the report's Error event, just like how it is possible to do so with the other report events, such as "NeedDataSource".
In Development
Last Updated: 18 Sep 2025 10:43 by ADMIN
Scheduled for 2025 Q4

In print preview, if you have "FIT_PAGE_WIDTH" as a default scale mode, once you click the "toggle full page/full page width" button, it's never possible to get it to return the original fit-page-width size (it seems to cycle between 3 different zoom modes, but none of them fill the entire control width).

 

It looks like the report viewer correctly sets the scale mode during initialization. However, when toggling the mode later, it sets it incorrectly.

In Development
Last Updated: 18 Sep 2025 10:41 by ADMIN
Scheduled for 2025 Q4

If we initialise the control in "FIT_PAGE_WIDTH" mode it essentially renders as expected but zooming in can actually then cause it to zoom *out*.

Reproducible in the `CSharp.NetFramework.Html5IntegrationDemo` example project as well, once you set the `scaleMode` property to "In FIT_PAGE_WIDTH".

Unplanned
Last Updated: 16 Sep 2025 15:58 by René
Created by: René
Comments: 0
Category: Reporting
Type: Feature Request
1

I’m using Telerik.Reporting v19.1.25.521 to generate PDF files. After upgrading the Telerik.Licensing NuGet package to version 1.6.16, all SVG files stopped rendering in the output.

Reverting back to the previous version resolves the issue. I also tested the latest available version (1.6.21), but the problem still persists.

In Development
Last Updated: 16 Sep 2025 12:47 by ADMIN
Scheduled for 2025 Q4

When using the "Close"/"Close All" options when a report has unsaved modifcations, a warning is shown, but you are forced to save the report or close the window/tab to leave definition file unmodified.

A "close and discard changes" option is helpful and convenient - one can cancel some edits without hoping that a bunch of "Ctrl - Z" presses will clear everything, refer to one report without concern about accidental modifcations (can be editing others), etc.

Unplanned
Last Updated: 16 Sep 2025 11:55 by ADMIN
Scheduled for 2025 Q4
I add SubReports from a ReportLibrary project to my main CS report as TypeReportSources in the VS Report Designer. All report types get added automatically by the SubReport wizard with the assembly version which is the Reporting version rather than the version of my custom assembly. This breaks my main report that cannot find the subreports.
Unplanned
Last Updated: 16 Sep 2025 11:50 by ADMIN
The current version(R3 2023) of the MsSqlServerStorage implementation uses the old System.Data.SqlClient data provider which forces to use a different connection string from my application because keywords such as 'authentication' are not supported by the older provider.
Need More Info
Last Updated: 15 Sep 2025 15:53 by ADMIN

Graphs do not render captions and labels properly when exporting to Excel, Word, or Powerpoint. The problem appears to be worse using Skia on Linux, but the problem is present with GDI rendering as well. Worth noting that PDF export works properly. 

Here is an example report exported to Excel via a Linux Azure Web App and below that is the exact same report from the same environment as PDF:

Here is that same report as a PDF (which mirrors how it looks in the HTML5 viewer):

 

Unplanned
Last Updated: 11 Sep 2025 13:13 by ADMIN
Scheduled for 2025 Q4

I run an ASP.NET Core application that has the functionality to export reports into PDFs in an Azure environment.

There is no way to install additional fonts on Azure so I provide the fonts used in my reports via the "privateFonts" element of the Reporting configuration.

This works for the most part, the font is embedded in the produced PDFs but if I have a textbox with a large text, the text may be cut off when using the Skia engine.

I tested running my application in Docker, I copied the needed fonts in the usr/share/fonts directory of the Docker Linux container, and tried exporting again.

When exporting from Docker, with the fonts installed in the container, the text is not cut off. It seems that there is an issue when the fonts are provided as private fonts.

Unplanned
Last Updated: 11 Sep 2025 13:11 by ADMIN
Scheduled for 2025 Q4

When exporting a report to Excel with the UseExtendedFormatting parameter set to False, the Standard DateTime Format Strings are hard coded as custom formats in the generated XLS/XLSX document.

The custom formats correspond to the current regional settings or, if the report is rendered with a specific culture, the default date format strings for the selected culture.  

Duplicated
Last Updated: 11 Sep 2025 12:29 by ADMIN
Unplanned
Last Updated: 08 Sep 2025 07:56 by Srdjan

I use the font Roboto in a TextBox rotated vertically. The last character of the content is cut in the design time of the Standalone Report Designer. In Preview and when exporting to PDF, the content is displayed as expected.

Here is a link to a video showing the issue - https://somup.com/cTQjid8GRH

Need More Info
Last Updated: 05 Sep 2025 15:33 by ADMIN
Created by: n/a
Comments: 4
Category: Reporting
Type: Bug Report
0

in this page, there are 3 languages. Vietnamese, English, Chinese,  it  display Vietnamese Messy code when download PDF.

pls hlep, thanks.

Completed
Last Updated: 04 Sep 2025 12:16 by ADMIN
Release 2024 Q4

I am using the HTML5-based report viewer while connecting to a Report Server. However, the responses from the Report Server have a status code of 409 with the following error message:

Thе endpoint "Resources" is currently not accessible.

Unplanned
Last Updated: 02 Sep 2025 12:43 by ADMIN
Scheduled for 2025 Q4

Some special characters, such as "🍁", break reports that are rendered with the Skia graphics engine in a Linux environment.

When the Gdi graphics engine is used on Linux, the reports are generated successfully. However, the Gdi graphics engine cannot be used on Linux with projects that target .NET 7 and later.