In Development
Last Updated: 18 Jun 2025 09:40 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: 20 Mar 2019 00:39 by ADMIN
Created by: Jeff
Comments: 53
Category: Reporting
Type: Feature Request
124
It would be nice to have a report viewer component that does not rely on the full .net framework as described here.  https://docs.telerik.com/reporting/html5-report-viewer-asp-net-core-2.  I have a project that is not built against the full framework and would like to integrate reporting without converting all of my projects.
Completed
Last Updated: 15 Nov 2019 08:34 by ADMIN
Created by: Luca Galbiati
Comments: 37
Category: Reporting
Type: Bug Report
80

The print functionality cannot be used in Google Chrome 77.0.3865.75 (lastest update).  The following error is displayed in the console of the browser: Resource interpreted as Document but transferred with MIME type application/pdf.

As an alternative, you can use other web browsers for printing. 

Unplanned
Last Updated: 02 Jun 2025 11:32 by ADMIN
Created by: Chris Trina
Comments: 31
Category: Reporting
Type: Feature Request
77
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.
Unplanned
Last Updated: 23 Jul 2025 14:53 by ADMIN
Scheduled for 2025 Q3

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: 13 Jun 2025 13:46 by Claudio
Created by: Pete
Comments: 10
Category: Reporting
Type: Feature Request
54
Add the ability to specify rounded corners for the border of TextBoxes, Pictures, Tables and all other similar controls.
Completed
Last Updated: 31 Jan 2024 17:38 by ADMIN
Release 2024 R1 PI1
Created by: Levi
Comments: 71
Category: Reporting
Type: Feature Request
54

What's the long-term plan for supporting Linux and Telerik Reporting? The dotnet design team is looking to remove support for System.Drawing.Common on Linux platforms. They're recommending compiler warnings in .Net 6, and full PlatformNotSupportedExceptions in .Net7

 

Sources:

designs/system-drawing-win-only.md at main ยท dotnet/designs (github.com)

Breaking change: System.Drawing.Common only supported on Windows - .NET | Microsoft Docs

Completed
Last Updated: 26 Feb 2020 06:20 by ADMIN
Created by: Miky
Comments: 13
Category: Reporting
Type: Feature Request
45
It would be nice, if not required by our client, to have 100% Web-based, Rich, Ad-hoc Reporting Solution.
Something similar to the one in ComponentOne Active Report 
Unplanned
Last Updated: 27 Feb 2023 20:42 by Marvin
As a Telerik Report designer and user, I would like to be able to access the page number from the different report sections (not only from the page header/footer). So that I will be able to set additional custom formatting of the different sections based on the page number.
Completed
Last Updated: 18 Jan 2024 08:56 by ADMIN
Release 2023 R3
Created by: Todor
Comments: 8
Category: Reporting
Type: Feature Request
41

The Web Report Designer's current layout is not flexible and cannot be customized. It will be useful to allow changes in the designer template, styles, etc.

For example, in some scenarios, the users should not be allowed to add DataSources to the report. In this case, the DataSources components should be hidden or disabled, which currently can be achieved with custom jQuery code.

In other scenarios, it may be necessary to change the styles of the designer elements.

It will be useful for the designer to expose also events.

Completed
Last Updated: 20 Jan 2021 14:06 by ADMIN
Release R1 2021
Created by: Zhiting
Comments: 23
Category: Reporting
Type: Feature Request
40
For our Customers a major drawback to creating form type reports (Invoices, Purchase Orders etc.) using Telerik Reporting is the inability to show vertical dividing lines between data columns in the 'Detail' section of the report that extend all the way down the page to the Page/Report footer. We were able to do this with Crystal Reports. But we plan to migrate all our Crystal reports to Telerik.
Completed
Last Updated: 08 Mar 2019 09:39 by ADMIN
Currently, if you wish to hide extra details on the second page of a report, the space taken up by the area is left blank which looks terrible and not conducive to professional report design.  

Related threads:


http://www.telerik.com/forums/different-page-header-on-first-page

http://www.telerik.com/forums/hiding-the-page-footer-leaves-a-blank-space-in-the-report

Unfortunately using report books for this is not a valid option.  Using the Report Book means quite a bit of extra work when all you need is for the second page to not have an glaring empty space.  If I understand the process correctly, this means creating 2 reports which are nearly duplicates plus merging with Report Book for each 1 report that you are developing.  This is unresonable to expect from enterprise shops that will develop hundreds of reports.

I urge you to review your implementation in order to find a way to implement this feature in the future. 
Completed
Last Updated: 23 Jul 2020 15:41 by Tony
Release 2020 R2
Created by: Chirag
Comments: 29
Category: Reporting
Type: Feature Request
38
It would be good if the table headers can be frozen.  This can  be really useful in case of a big report which is displayed on a single page.
Completed
Last Updated: 28 Sep 2020 22:35 by Simon
Release 2020 R3
Created by: Simon
Comments: 7
Category: Reporting
Type: Feature Request
36
Support to display a SVG file in the PictureBox. When viewing a report this looks fantastic and of course superb for printing.
Completed
Last Updated: 14 May 2020 07:02 by ADMIN
Release 2020 R2
Created by: Kevin
Comments: 21
Category: Reporting
Type: Feature Request
35
Please add support for Data Matrix barcodes.  As of Q3 2014 this is the only format we will still need to rely on another library to create an image that is placed in a picture box.  We would much rather be able to use the Barcode control for all our barcode requirements.
Unplanned
Last Updated: 23 Jul 2025 15:15 by ADMIN
Scheduled for 2025 Q3

White space appears between different rows. Depending on the zoom level it could happen on one or more rows.

I will attach a report example to this message.

In Development
Last Updated: 23 Jul 2025 14:50 by ADMIN
Scheduled for 2025 Q3
Created by: Scott Waye
Comments: 12
Category: Reporting
Type: Feature Request
34
In the standalone designer, it would be helpful if you could drag and drop the column headers to reorder.  At present you have to add a new column and delete the old one, remembering to copy all properties.
Completed
Last Updated: 22 Jun 2022 12:30 by ADMIN
Release R2 2022 SP1
Created by: Pat Henry
Comments: 5
Category: Reporting
Type: Feature Request
33
When generating a report with multiple tables provide the ability to send these tables to different workbook tabs when exporting to Excel
Unplanned
Last Updated: 18 Jan 2023 00:42 by Sorin
Created by: Erica
Comments: 2
Category: Reporting
Type: Feature Request
33

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: 17 May 2018 06:27 by ADMIN
Created by: James Doughty
Comments: 9
Category: Reporting
Type: Feature Request
32
We need the ability to let a table group to initiate a page break.  When you have a table with hundreds of row breaking the into separate pages per group would make the report look so much cleaner.
1 2 3 4 5 6