Unplanned
Last Updated: 15 May 2026 10:21 by ADMIN
Dear Team,

Currently, the search functionality in the Report Viewer only matches the exact text as it is displayed on the screen. For example, if a value is formatted as "1,469", searching for "1469" yields no results.
Requested Change:
I would like the search functionality to work against the underlying data value. Users should be able to find numeric values even if they don't include the thousands separator (comma) or other formatting in their search query. This would make the report much more user-friendly and consistent with how users expect search to work.
Example:
  • Actual Value: 1469
  • Displayed Text: 1,469
  • Expected Search Behavior: Searching for "1469" should highlight "1,469".



 
Unplanned
Last Updated: 15 May 2026 09:49 by Pawan
Created by: Casper
Comments: 5
Category: Reporting
Type: Feature Request
26

It would be great if you could introduce the ability to create custom reusable color palettes in Telerik Report Designer, so I don't have to declare the same set of colors for each chart I need them.

If you have a lot of graphs in your report then it is more convenient to change the color palette one place.

Unplanned
Last Updated: 14 May 2026 05:18 by ranga

In the Standalone Report Designer File menu, please add the shortcuts next to menu items, like Ctrl + S for Save and  Ctrl+Shift+S for Save All.

I changed several reports and then wanted to know how to save all reports at once.

Unplanned
Last Updated: 14 May 2026 05:10 by ranga
Created by: ranga
Comments: 0
Category: Reporting
Type: Feature Request
1

When I have multiple reports open in the Standalone Report Designer, I am not able to rearrange/reorder them.

Refer to the tab behavior in Visual Studio, where you can drag one tab and move it to be in front of another tab.

In Development
Last Updated: 08 May 2026 08:13 by ADMIN
Scheduled for 2025 Q3

At the moment it's only possible to have your reports in old-fashioned projects.

It should be possible to add/design reports to SDK-style projects. That should work no matter what target framework is (.NET Core, .NET Standard or .NET Framework).

Completed
Last Updated: 21 Apr 2026 13:41 by ADMIN
Release 20.0.26.402
Created by: Malay
Comments: 0
Category: Reporting
Type: Feature Request
1
I am working with a static report (not using tables or groups), and I need to set the Level / TOC Level under the Interactivity section for an HTMLTextBox.
However, in my report, the Interactivity options do not show any property for Level. I am only seeing basic properties like Action, BookmarkId, DocumentMapText, TocText, etc.
The Level field is completely missing.
In Development
Last Updated: 07 Apr 2026 07:48 by ADMIN
Scheduled for 2026 Q2 (May)
Created by: David
Comments: 0
Category: Reporting
Type: Feature Request
1

The rendering extensions are currently loaded by the Telerik.Reporting.Processing.RenderingExtensionManager all at once in the main thread when the report processing starts. This is redundant because one report processing requires one rendering extension to be loaded.

Unplanned
Last Updated: 06 Apr 2026 13:23 by Vahidreza
Created by: Vahidreza
Comments: 0
Category: Reporting
Type: Feature Request
1

Currently, logarithmic axes do not support the LabelStep and MajorStep properties, which makes it difficult to control label density and avoid visual clutter for larger data ranges.

Adding support for these settings (similar to numerical scales), or providing a way to conditionally hide axis labels, would significantly improve readability and axis customization.

Completed
Last Updated: 03 Apr 2026 07:36 by ADMIN
Release 20.0.26.402
Created by: Petar
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, when configuring an ObjectDataSource with an async method that returns a `Task<T>`, the ObjectDataSource wizard displays `Task` members (such as `AsyncState`, `CreationOptions`, `IsCanceled`, etc.) instead of the actual data properties. Consider adding support for such async methods.
Completed
Last Updated: 03 Apr 2026 07:36 by ADMIN
Release 20.0.26.402
Created by: Tony
Comments: 0
Category: Reporting
Type: Feature Request
1

Currently, the GetDesignerResource endpoint of the Web Report Designer service is case-insensitive, which can lead to issues if the URL is made lowercase at some point, such as by a URL rewrite rule, or similar scenarios.

For example, the following reference to the Web Report Designer script will load return the file:

<script src="api/reportdesigner/designerresources/js/webReportDesigner"></script>

But if lowercase is used, for example, like this:

<script src="api/reportdesigner/designerresources/js/webreportdesigner"></script>

The request will return a 404(Not Found) response.

 

Under Review
Last Updated: 24 Mar 2026 06:35 by ADMIN
Created by: Philip
Comments: 1
Category: Reporting
Type: Feature Request
0

Is there a telerik reporting xml schema definition document somewhere? This is so that we can more effectively get AI to automatically build telerik reports.

 

Unplanned
Last Updated: 05 Mar 2026 22:15 by Micah
Please add the possibility to merge cells in the Web Report Designer
Completed
Last Updated: 04 Mar 2026 13:12 by ADMIN
Release 2026 Q1

I have projects on .NET Core and I want to use the System.Text.Json serializer that is the new default, but reporting relies on Newtonsoft.Json.

---

ADMIN EDIT

There are two approaches that can be taken right now to solve this:

OPTION 1: define separate endpoints (services, projects) for the different tasks - they can still use the same database layer through a shared project, depending on the architecture you have. This would let you have separated services with the appropriate serializers without custom attributes and code (see below). For example, create a separate project for the reporting REST services.

OPTION 2: add some custom decoration on the endpoints so you can choose which serializer is used on each, you can find some examples here: https://stackoverflow.com/questions/59650907/how-to-configure-two-json-serializers-and-select-the-correct-one-based-on-the-ro - the point being to register a serializer depending on the endpoint based on your own code rather than let the framework put one in for all endpoints.

NOTE: This would be a breaking change.

---

Unplanned
Last Updated: 20 Feb 2026 12:55 by ADMIN
Scheduled for 2026 Q2
Created by: Miguel
Comments: 2
Category: Reporting
Type: Feature Request
8

Currently, if the SkipBlankPages property is set to True and there is not any significant content in the report, the following message will be displayed in the designer and the viewer: The current data set presented in the report did not produce any significant content, so no pages were generated. If you need to see the whole report content, including blank pages, please contact the report author.

It would be nice if it can be localized in the viewers.
Unplanned
Last Updated: 19 Feb 2026 11:43 by Wayne Clavering

Consider adding support for the `start` attribute of the `ol` element in HtmlTextBox. This would allow us to change the start counting:

 
In Development
Last Updated: 16 Feb 2026 15:57 by ADMIN
Created by: Chris Trina
Comments: 32
Category: Reporting
Type: Feature Request
81
Our clients enter information using the radeditor and in many cases want to embedded tables and graphics into their text.  Using your reporting tool there is no way to print this information.  I know you have suggested using your table and image tools, but that doesn't work when you are dealing with freely formatted text so the existance and location of the tables and images cannot be predicted.
Completed
Last Updated: 16 Feb 2026 15:45 by ADMIN
Release 2026 Q1
Created by: Erica
Comments: 3
Category: Reporting
Type: Feature Request
36

After reviewing other users questions/issue it appears this hasn't been addressed.

When creating a TABLE group (not a group header/footer) the TABLE group header has no option of displaying on each page when the group spans multiple pages. The advice to make ColumnHeaders = True doesn't help because when you add a group header that row is inserted below the table's header row and thus this doesn't apply to the group header row. 

I'd like to suggust a setting in the table group properties menu to display the header on each page, ideally with an option to display a suffix such as "cont."  

Completed
Last Updated: 13 Feb 2026 10:48 by ADMIN
Created by: Prashant
Comments: 7
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.

Under Review
Last Updated: 04 Feb 2026 14:06 by Gilmar
Created by: Gilmar
Comments: 3
Category: Reporting
Type: Feature Request
0

Hi, our project uses the Telerik Report Service with Asp .NET Core with Keycloak as Session Provider, every time the user tries to use an Report, after some time, he gets  Unauthorized error.

To solve this I've implemented a way to specify the login promise (that is called before each request) when starting the HTML5 Report Viewer.

 

What if it becomes an native feature?

 

 

Completed
Last Updated: 21 Jan 2026 13:56 by ADMIN
Release 19.3.26.121
Created by: Miria
Comments: 2
Category: Reporting
Type: Feature Request
9
Please add support for the newly released Angular 20 for both of the Angular Report Viewers.
1 2 3 4 5 6