Unplanned
Last Updated: 27 Jun 2025 08:12 by Piotr
Currently, when you press the Generate button, you can't see in the UI that something is actually happening. After some time, the response appears. This can be confusing for the end user.
Unplanned
Last Updated: 20 Jun 2025 10:40 by ADMIN

Hi Telerik team

I'd like to implement customer specific colors based on a report variable or database field.
Currently it looks like the color properties only give us a color picker but does not support using an expression, is this correct?

As for context, I do not know the color in advance and it is used at 100+ different objects.

Same problem with conditional formats

Please let me know how to choose colors based on expressions.
If this is not possible yet, I'd like to request it as a new featur.

Best regards,

Unplanned
Last Updated: 12 Jun 2025 12:33 by Miria
Created by: Miria
Comments: 0
Type: Feature Request
1
Please add support for the newly released Angular 20 for both of the Angular Report Viewers.
Unplanned
Last Updated: 17 Jun 2025 16:30 by ADMIN

Having the ability to be able to set properties of the HTML5 report viewer globally would be a nice addition. This functionality already exists for other controls and it would have saved me lots of work when I needed to set a template url to over 50 pages.

Hopefully this gets implemented and saves someone else some of their time and if so, your welcome :)

Unplanned
Last Updated: 06 Jun 2025 11:17 by William

If you embed an iframe that points to a report viewer on a page, and the page is hosted on a web server on a different origin, the print functionality does not work.

 

Consider implementing a workaround to enable it.

Unplanned
Last Updated: 28 May 2025 12:54 by Hatef

We have reports rendered through the Native Blazor Report Viewer.

 

Consider adding a file attachment option in the Send Email dialog for report viewers.

Unplanned
Last Updated: 02 Jun 2025 06:06 by ADMIN
Indeed, the Telerik.Reporting.WebServiceDataSource depends on the following packages, as seen in its nuspec file:
<dependencies>
  <group targetFramework=".NETFramework4.6.2">
    <dependency id="Newtonsoft.Json" version="13.0.1" />
    <dependency id="Telerik.Reporting" version="[19.0.25.313]" />
    <dependency id="Microsoft.Net.Http" version="2.2.29" />
  </group>
  <group targetFramework=".NETStandard2.0">
    <dependency id="Newtonsoft.Json" version="13.0.1" />
    <dependency id="Telerik.Reporting" version="[19.0.25.313]" />
  </group>
</dependencies>

The package "Microsoft.Net.Http" is with the latest available version and depends on:

Microsoft.Bcl (>= 1.1.10)
Microsoft.Bcl.Build (>= 1.0.14)

The package "Microsoft.Bcl" is indeed deprecated.

Unplanned
Last Updated: 22 May 2025 08:10 by ADMIN
Scheduled for 2025 Q3
Created by: Xorcist
Comments: 1
Type: Feature Request
1

Is it possible to get descriptive information exposed for the ReportsControllerBase swagger endpoints? do they exist?

Notice how the About and files endpoints have information next to them:

Like-wise how the files endpoint has descriptive parameters:


Unplanned
Last Updated: 03 Jun 2025 08:56 by ADMIN
Created by: Bernd
Comments: 3
Type: Feature Request
1

In the Telerik Reporting Designer there are already quite a few Chart Diagrams included but the one that is missing is a Sankey Diagram. This is already integrated in the Charts in KendoReact for example and I would like to request to also add this in Telerik Reporting because I think it would be a great addition and also we would for sure need this.

Thanks,

Regards,

Bernd

Unplanned
Last Updated: 24 Apr 2025 09:28 by EK
Created by: EK
Comments: 0
Type: Feature Request
1
I want to be able to have more pointers in the same Gauge Report as in Kendo UI for jQuery Radial Gauge - Telerik Web Forms Gauge Functionality Multiple Pointers - Telerik UI for ASP.NET AJAX
Unplanned
Last Updated: 30 Apr 2025 15:11 by ADMIN
Hello Telerik Team,

Hello Telerik Team,

I would like to suggest a feature enhancement for the Web Report Designer that would allow dynamic configuration of design-time parameter values during initialization.

Currently, design-time values for report parameters are embedded within the report definition and can only be set manually using the Web Report Designer interface. While runtime parameter values work perfectly and can be passed dynamically through code, not being able to dynamically set design-time values causes significant limitations—especially during the report design process.

My Use Case:

In my application, I load data from a dynamic web service endpoint, and the service domain needs to be set at runtime. While this works fine during preview in my ASP.NET MVC project (where I pass the URL dynamically using report parameters), I run into issues when designing reports:

  • During design time, the URL has to be manually entered into every Web Service Data Source just to fetch the model fields and avoid errors.

  • If the domain name changes (e.g., due to staging/production environments), I must manually update the domain in every report and each Web Service Data Source, which is both time-consuming and inefficient.

  • This becomes even more tedious in large projects with many reports and data sources.

So, my question is: Is it mandatory to pass design-time values (like the service URL) manually just for design-time purposes? If not, it would be incredibly helpful to have a way to supply these values dynamically during the Web Report Designer initialization, perhaps via a configuration option or external context.

Petar from the Telerik team mentioned that this would indeed be a valuable feature and encouraged me to submit this suggestion. You can view our discussion here: 🔗 Dynamic Web Service Domain Configuration in Telerik Report Designer Server

This capability would make designing reports much smoother and far more maintainable, especially for applications that rely on dynamic, environment-specific configurations.

Thank you for considering this request, and I appreciate your continued support and guidance.

Screenshots are also attached for quick reference, though they are already available in the forum link above.

Best regards,
Prabesh

Unplanned
Last Updated: 09 Apr 2025 09:27 by ADMIN
1. Toolbar Button Events: Request EventCallback properties for the toolbar buttons, much like OnRenderingBegin and OnRenderingEnd. The event(s) should be fired when the respective toolbar button is clicked. At a bare minimum, request that the 'Stop Rendering' (Cancel) button fire its own event (OnRenderingCancel) or at least fire the existing OnRenderingEnd.

2. Toolbar Button Properties: Along with this, since IReportViewerTool exposes the Icon and CommandName, request it also expose an Enabled property. At a bare minimum, it would be helpful if, while rendering, all but the 'Stop Rendering' (Cancel) and Pager buttons are disabled by default or by setting a new viewer property.

Currently we must use JSInterop to accomplish these things.

The reason we are managing these things in the first place is because we are using Custom Parameter Editors (CPEs). When a long-running report is in the process of rendering, and a user changes a parameter and re-requests the report (either via our 'Retrieve' button or a viewer toolbar button), an unhandled exception occurs in _content/Telerik.ReportViewer.BlazorNative/js/reporting-blazor-viewer.js. So we make use of the OnRenderingBegin and OnRenderingEnd events to disable/enable the CPEs. The problem arises when the 'Stop Rendering' (Cancel) button is clicked. Since we cannot detect the button click, our CPEs remain disabled.
Unplanned
Last Updated: 18 Mar 2025 16:35 by ADMIN

Sometimes I need to be able to allow the users to choose not only the date but the time as well when displaying DateTime report parameters in my reports. There is no out-of-the-box functionality to achieve this and I am forced to implement custom parameter editors -  Creating and Using Custom Parameter Editors in HTML5 ReportViewer - Telerik Reporting.

I should be able to set whether a DatePicker or DateTimePicker widget should be used for DateTime parameters from the report viewer's initialization options, such as how I can change the editor for single/multi-value parameters in the HTML5 report viewers - HTML5 Report Viewer Options Overview - Telerik Reporting.

Unplanned
Last Updated: 30 May 2025 11:27 by ADMIN
Scheduled for 2025 Q3
My Data Explorer shows "No Data Source" and empty field list, where prior to this, the fields were correctly listed.

I just recently updated to the latest reporting release  2025 Q1 in addition to updating to the newest Visual Studio Community 2022 (64-bit) - Current
Version 17.13.2

I installed the newest reporting update and updated my VS project.

I must have at least 50 different reports which I have previously designed and have been working fine.  The DataSource is set to the object exposing all the key fields using gets.  Works fine when running the program but after all the updates, all of a sudden I can see, in the designer, the fields in the fields list when editing an element value reference or in the the Data Explorer. 

Played with a sample element in the detail panel.  The form has the data source set correctly.  The toolbox also shows the reporting tools.  No go.

I verified the new reporting DLL is intact.

Same situation with all my reports.  All work fine running, just the designer interface is not working.

I even tried on another computer, also updated, and experienced the same problem.

Again, now all my reports don't show the list - something intrinsically has changed. with the setup and recognition of the DS.

Eric
Unplanned
Last Updated: 10 Mar 2025 10:40 by ADMIN
Please add the possibility to merge cells in the Web Report Designer
Unplanned
Last Updated: 24 Feb 2025 09:08 by Damien

Currently, there is design-time support for the WinFoms Report Viewer in the VS Designer only when the project targets .NET Framework.  I need this functionality to be supported in .NET WinForms projects as well.

 
Unplanned
Last Updated: 13 Feb 2025 14:36 by Ian
As a developer that utilizes Telerik Reporting classes, I want to have a way to pass my custom implementation of a class named, for example IUserFunctionsProvider/IUserFunctionsResolver to the ReportProcessor through IConfiguration or through application's ServiceProvider.
 

This way I will have a better control on how and when the user functions are resolved at runtime.

Unplanned
Last Updated: 22 Jan 2025 13:59 by Greg

Just like the HTML5 Report Viewer, it will be easier to embed the Web Report Designer in an application if it wasn't necessary to manually add the kendo script to the page.

 

Unplanned
Last Updated: 22 Jan 2025 13:18 by Chris

I have a use case which requires me to record data whenever a report is printed. In pursuit of this, I am trying to replace the build in Print() tool and replace it with my own.

I have read this documentation which shows how to remove and reorder the buttons well enough, but it does not support adding a new tool all-together. Javascript event listeners will not work for me because ultimately what I want to do is accomplish a database write, which would be insecure through javascript.

 I have been able to establish a workaround by following this documentation and creating a button *outside* of the ReportViewer, however, I would still like to find a way to put the button inside of the ReportViewer toolbar if possible. 

Unplanned
Last Updated: 30 May 2025 11:50 by ADMIN
Scheduled for 2025 Q3

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.

 

1 2 3 4 5 6