Unplanned
Last Updated: 10 Oct 2025 11:30 by Lukas

Currently, the is permission for disabling saving, but it disables only the "Save" button.

I would like to be able to disable the "Save As" button and keep the "Save" button active, or vice-versa.

Unplanned
Last Updated: 07 Oct 2025 12:29 by Michael

The data source of my report contains grouping string values, among which are the '10000' and '1010Q'. These two values are always treated as the same string, and the corresponding records fall within the same report group, which is unexpected:

 

Unplanned
Last Updated: 13 Oct 2025 16:27 by ADMIN

WebReportDesigner (Blazor) - permission to restrict "Build new data connections" and allow to use only "Select from existing data connections".

It isn't required, but would be nice have button "Test connection" in the bottom enabled to verify predefined connection

Unplanned
Last Updated: 03 Oct 2025 13:42 by ADMIN

This is related to Ticket ID 1699907.

Currently, the WinForm report viewer fetches configuration (specifically the connection string for any named connection strings defined in reports) directly from appsettings.json, however, it would be useful if the report viewer could take into account an injected IConfiguration since there are scenarios where the configuration may not exist in appsettings.json or a preferred or more up to date user selected value has been added to the configuration from a different source (such as a userSettings.json or secrets.json).

Some background of my use case:

I have a desktop WinForms application targeting .NET 8.0. It usesTelerik.Reporting 19.2.25.813 and Telerik.ReportViewer.WinForms 19.2.25.813 to display reports.

The reports are TRDX files designed with the 64-bit version of "Report Designer".  The report viewer is being displayed in a dedicated WinForm named FrmReport which configures the reportViewer control to use a UriReportSource pointing to the folder on the user's C:\ drive containing the report files. The reports are designed to use a named connection called ReportsConnection which is configured/saved as a shared connection with Alias ReportsConnection in Report Designer.

The default reports connection string is saved in the appsettings.json file.  Upon application startup users select a database connection from a list of saved/remembered connections and the desktop WinForms application saves the user selected ReportsConnection to a configuration file named userSettings.json.  Both appsettings.json and userSettings.json are configured as sources for IConfiguration with reloadOnChange = true.  After a user selects a database connection and the selected connection string is written to userSettings.json, the configuration is reloaded so that the injected IConfiguration from the service container will have the new, user selected value for ReportsConnection.  At this point, IConfiguration has the updated the named ReportsConnection with the desired connection string, which almost always differs from the default one defined in appsettings.json.

However, when loading the reportViewer, the reports unconditionally connect to the server and database defined in the default connection string from appsettings.json, not the user-selected connection string even though the injected IConfiguration has the updated user selected connection string.
Unplanned
Last Updated: 29 Sep 2025 17:07 by Steve

Currently, the only way to set ObjectDataSource parameters as nullable is by typing this manually in the `DataType` property as follows:

Consider allowing to do this through the "Edit Parameters" dialog:

Unplanned
Last Updated: 29 Sep 2025 15:51 by Ben
Created by: Ben
Comments: 0
Category: Reporting
Type: Bug Report
0

I use an approved government font for the reports. I have specified it in the `privateFonts` option of the report engine configuration. However, on Linux, it is not picked up during rendering. In FontForge, the font shows the following warning:

On Windows, it causes no issues.

Unplanned
Last Updated: 01 Oct 2025 10:16 by ADMIN
Scheduled for 2025 Q4
In the latest version (19.2.25.924), adding assembly references for assemblies with no public key raised the error "Object reference not set to an instance of an object", and the designer restarts. This error then occurs every time I open the designer, with Options => Assembly References no longer visible.
Unplanned
Last Updated: 29 Sep 2025 07:01 by Tom
We are looking for SBOMs in either CycloneDX or SPDX format to support our internal compliance and security processes.
Unplanned
Last Updated: 24 Sep 2025 16:49 by Courtney
I have enabled accessibility in my report viewer. The majority of the items do not cause any issues when using a11y scan tools like "Accessible Web Helper". However, shapes and empty text boxes are rendered without a "role" attribute, but with "aria-label", which causes conflicts with the a11y tool I am using. It states "aria-label attribute cannot be used on a div with no valid role attribute".
Unplanned
Last Updated: 24 Sep 2025 14:32 by Sergey

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: 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.
Unplanned
Last Updated: 23 Sep 2025 11:59 by Diana
I have a string parameter with `autoRefresh` set to `true`. In the report viewer, it displays a textbox as a parameter editor. However, the report viewer refreshes on every "keydown" event, which can be frustrating for users. In the Standalone Report Designer, the report is refreshed only after the textbox is unfocused.
Unplanned
Last Updated: 23 Sep 2025 11:53 by Diana
I have cascade parameters that depend on other parameters (check the Product Line Sales report for an example). I have set these parameters with `autoRefresh` of `false`. In the Standalone Report Designer, once I change the value of a parameter, the dependent parameter also changes automatically. However, this is not the case in the Native Angular report viewer.
Unplanned
Last Updated: 01 Oct 2025 17:07 by ADMIN
I am using the ASP.NET Web Forms report viewer. I do not have a reference to the https://kendo.cdn.telerik.com/themes/10.2.0/default/default-ocean-blue.css stylesheet in my source code, but the viewer adds such automatically during initialization. This causes issues because my app runs offline and shouldn't have such dependencies. Also, I already have loaded a reference that is hosted locally in my app, so the CDN one is obsolete.
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".
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.

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

Unplanned
Last Updated: 02 Sep 2025 10:30 by ADMIN
Scheduled for 2025 Q4

I am running the designer with the flag --roll-forward LatestMajor still getting an error in wizard when we try and open cs report

 

"Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project."

Unplanned
Last Updated: 25 Aug 2025 07:11 by Flavio

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: 29 Aug 2025 07:24 by ADMIN
Scheduled for 2025 Q4
I am using the TypeValidator class' method to dynamically allow assemblies/types to be used by the reporting engine, but it does not work in the context of a custom IReportSourceResolver(Reporting REST Service).
1 2 3 4 5 6