Unplanned
Last Updated: 14 Aug 2026 12:34 by Russ
Created by: Russ
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, when using a BackgroundImage on report items such as Panels, there is no way to control how the image is positioned/scaled within the container. The current workaround is to use a PictureBox for this and place it behind the content, but it is not ideal, especially considering the overlapping content.
Completed
Last Updated: 13 Aug 2026 11:14 by ADMIN
Release 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.

 

Completed
Last Updated: 13 Aug 2026 11:14 by ADMIN
Release 2026 Q3
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.

In Development
Last Updated: 12 Aug 2026 13:32 by ADMIN

Currently, when you set SplitWorksheetOnPageBreak to True, the Excel Sheet name is formed from the DocumentName or ReportName and the number of the page.

It would be very helpful if the report authors can manipulate these names with Expressions.

In Development
Last Updated: 12 Aug 2026 13:12 by ADMIN
Created by: Jacob Overgaard
Comments: 2
Category: Reporting
Type: Feature Request
2

When generating PDF/UA files, we need to have special objects that are read by an internal system but ignored by screen readers. This cannot be achieved with the existing functionality.

It would be beneficial if we could configure reports so that specific objects inside the generated document are ignored by screen readers. For example, by setting a special value to the AccessibleRole property of a text box. 

In Development
Last Updated: 11 Aug 2026 16:02 by ADMIN
Scheduled for 2026 Q3
Product/version: Telerik Reporting 19.0.25.313 (Telerik.Reporting.Cache.StackExchangeRedis)

  Request:
  Add a RedisStorage constructor overload that accepts StackExchange.Redis.IConnectionMultiplexer rather than only the concrete ConnectionMultiplexer.

  Current behavior:
  new RedisStorage(ConnectionMultiplexer connectionMultiplexer) requires the concrete type.

  Problem:
  Modern ASP.NET Core apps manage a single shared multiplexer through DI and expose it as IConnectionMultiplexer — the abstraction recommended by StackExchange.Redis, and the same type
  Microsoft.Extensions.Caching.StackExchangeRedis uses via its ConnectionMultiplexerFactory (which returns IConnectionMultiplexer). To call RedisStorage we are forced to downcast our IConnectionMultiplexer back to
  ConnectionMultiplexer. This is fragile and it prevents passing test doubles or decorators (e.g. for instrumentation/logging).

  Proposed change:
  Add RedisStorage(IConnectionMultiplexer connectionMultiplexer), plus a databaseNumber overload (RedisStorage(IConnectionMultiplexer connectionMultiplexer, int databaseNumber)). ConnectionMultiplexer already
  implements IConnectionMultiplexer, so this is fully backward-compatible — existing callers that pass a concrete instance keep working unchanged. Everything RedisStorage needs is available on the interface
  (GetDatabase for string operations and LockTake/LockRelease, GetSubscriber, GetServer).

  Benefits:
  - Clean dependency-injection integration with a shared, app-managed multiplexer.
  - Unit-testability via a mocked IConnectionMultiplexer.
  - Consistency with StackExchange.Redis guidance and Microsoft's own caching abstractions.

  Note:
  Please target the maintained Telerik.Reporting.Cache.StackExchangeRedis package (the .2 variant appears discontinued after 18.2.24.806 and has no 19.x/20.x release).
Unplanned
Last Updated: 07 Aug 2026 12:35 by ADMIN
Scheduled for 2026 Q3
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.

Completed
Last Updated: 07 Aug 2026 12:31 by ADMIN
Release 2026 Q3

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.

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.

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: 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.

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.
Completed
Last Updated: 08 Jul 2026 13:44 by ADMIN
Release 2026 Q2 (20.1.26.707)
Created by: Shannon
Comments: 0
Category: Reporting
Type: Feature Request
1

When a report is saved in the Web Report Designer, a popup appears confirming that the report was successfully saved. However, it is visible for far too long and blocks users during this time.

This feature request is to add an 'ok', 'hide' or 'close' button to these types of popups so the user can dismiss it.

Thank you,

Shannon

Unplanned
Last Updated: 08 Jul 2026 08:53 by Marco
Add support for print preview in the print dialog (Windows 11) of the desktop viewers. I am using the WPF viewer specifically. This preview appears for other print jobs—only when printing the Telerik report it does not.
Unplanned
Last Updated: 07 Jul 2026 14:12 by Prashanth
Created by: Prashanth
Comments: 0
Category: Reporting
Type: Feature Request
1

Currently, graph axes do not provide a way to render separator lines between category groups. While this is generally not an issue for simple scenarios, it can make charts with nested categories difficult to read.

For example, when a graph displays multiple subcategories under a parent category (such as revenue ranges grouped by quarter), there is no built-in visual indicator showing where one parent category ends and the next begins.

It would be useful to provide support for category separators on graph axes, allowing report authors to visually separate category groups and improve readability when working with hierarchical data.

Unplanned
Last Updated: 07 Jul 2026 14:07 by Prashanth
Created by: Prashanth
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, the LabelAngle property of a graph axis only affects the outermost category labels. For graphs with subcategories, there is no way to rotate the inner category labels independently. I would like to have control over the rotation of all category label levels, not just the outermost one.
Unplanned
Last Updated: 02 Jul 2026 12:12 by ADMIN
Created by: Casper
Comments: 9
Category: Reporting
Type: Feature Request
30

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: 02 Jun 2026 17:28 by Carl

We have spotted that PInvoke is now marked as deprecated (this applies even to the latest 0.7.124 version). In the description of the PInvoke.User32 NuGet package, it is mentioned that Microsoft.Windows.CsWin32 should be used instead:

Please consider replacing the deprecated package.

Completed
Last Updated: 01 Jun 2026 12:12 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.
Under Review
Last Updated: 29 May 2026 08:32 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".



 
1 2 3 4 5 6