Unplanned
Last Updated: 05 Aug 2019 11:12 by ADMIN

Prerequisites: .NET Core application that uses HTML5-based report viewer and REST service with Kestrel web server.

When the application is stopped from the command prompt with CTRL+C, it does not stop all the dotnet.exe child processes that are spawn by the application and hangs on "Application is shutting down..." indefinitely.

This behavior might be related with the issue https://github.com/aspnet/Hosting/issues/960 which states that CTRL+C is not forwarded to the child processes.
Perform a detailed examination to see if there is an option to close the processes internally when a shutdown procedure is initiated.

Unplanned
Last Updated: 05 Aug 2019 08:22 by ADMIN
Created by: Veronika
Comments: 0
Category: Reporting
Type: Feature Request
5
Add the ability to validate cascading parameters based on a specific requirements on the server
Unplanned
Last Updated: 31 Jul 2019 15:50 by ADMIN
Created by: Iosif
Comments: 1
Category: Reporting
Type: Bug Report
2

When a textbox had a value and after that the value was deleted, if you try to set a language for the report the following error message occurs: "textbox26.width cannot be parsed as a unit because it does not contain numeric values. 

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.
Unplanned
Last Updated: 21 Dec 2021 09:20 by ADMIN
Currently, if you delete the default Table Headers from a Table in the Report Designer, it is not possible to re-add it, for example from a menu. It will be good to add such a possibility, as the accidental deletion of the header row may be quite inconvenient for report builders.
Declined
Last Updated: 01 Aug 2019 08:59 by ADMIN
Created by: Andrey
Comments: 1
Category: Reporting
Type: Feature Request
3
Need 2D code Datamatrix required especial GS1-Datamatrix
Unplanned
Last Updated: 26 Mar 2021 17:33 by ADMIN
Created by: David
Comments: 1
Category: Reporting
Type: Feature Request
6

Hello,

 

I have been working on some reports that require multiple tables on a single page. This limits the space columns have for data being bound to fit and results in text wrapping. I made a support ticket asking if there was a way to have dynamic column widths. I hoped to find a way to get table columns to change their widths depending on the data being bound to the table, while still maintaining the overall width of the table. My idea was to have it distribute the space (change the column width) to best display data and avoid text wrapping if possible. 

 

Attached to this request are some PDFs. One of them ("Current Report") shows that some data is either cut off or uses text wrapping. The other attached PDF shows the closest I could get to an acceptable layout, given our clients requirements and what our design team wants the reports to look like.

Thank you!

Unplanned
Last Updated: 20 Oct 2022 12:57 by ADMIN
Created by: Casper
Comments: 4
Category: Reporting
Type: Feature Request
17

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.

Declined
Last Updated: 30 Jul 2019 10:04 by ADMIN
Created by: bijay
Comments: 1
Category: Reporting
Type: Feature Request
3
in MVC application,Is it Possible in Telerik Export Excel With (.csv) format with Design like Bold headres,ColumnWidths and Header Colour etc.
Unplanned
Last Updated: 18 Jul 2019 10:15 by ADMIN
Created by: Daniel
Comments: 0
Category: Reporting
Type: Bug Report
2
When you set a value of the border width less than 0.5px, then it will be not shown in the HTML report viewer. For that reason consider allowing values which are at least 0.5 px.
Unplanned
Last Updated: 23 Jul 2019 11:16 by ADMIN
Created by: Brian
Comments: 1
Category: Reporting
Type: Feature Request
1

Asking to enable typing into the font combo box in standalone Telerik Report Designer.

 

The concept would be to click on the font drop down and just start to type the name of the font and have the list shift to that position for you.

Unplanned
Last Updated: 16 Jul 2019 13:22 by ADMIN

When exporting a long report with ContinuousPaper = true in Word format, the output document has text cut.

Based on the limitation explained in the Pagination section in Design Considerations for Word Rendering article of our documentation, Word supports maximum page size of 22 inches wide and 22 inches high. If the page is higher than 22 inches, some data may not be displayed in Print Layout view. So, in Word, a long document couldn't be rendered.

At least, this property could be avoided when printed in Word format.

Unplanned
Last Updated: 15 Jul 2019 15:03 by ADMIN
When a Panel is left docked to the detail section of a report and a table spills to another page, leaving empty space at the bottom (to indicate the table continues), the Panel height is less than the detail section height.
Unplanned
Last Updated: 15 Jul 2019 10:46 by ADMIN
Created by: Daniel
Comments: 0
Category: Reporting
Type: Bug Report
1
When a column is hidden through binding, a small gap appears to the border of the next column.
Unplanned
Last Updated: 11 Jul 2019 11:45 by ADMIN
Created by: Daniel
Comments: 0
Category: Reporting
Type: Bug Report
4
Sometimes the KeepTogether property of the group header doesn't work properly. The content goes to next page even if there is enough space for the items.
Unplanned
Last Updated: 22 Dec 2020 17:01 by Dennis
Created by: Brandon
Comments: 3
Category: Reporting
Type: Feature Request
7

Feature Request - Show email sent / error notification using the report viewers built-in notification system. 

It would be nice to have an option to have a message shown when the email with the report is sent or if there was an error sending.
Right now when you hit email and send the user does not know if it was successful or not. Being async is nice but I have noticed that it could take a few seconds to complete and if the user navigates away from the report viewer during this time the report has the possibility of not sending. Either way right now the user has no definitive method of knowing if the email was sent or not.

 

 

Declined
Last Updated: 15 Jul 2019 11:24 by ADMIN
Created by: Tursunkhuja
Comments: 1
Category: Reporting
Type: Feature Request
4

Reporting environment:                                                                                      

  • UWP using the web viewer
  • Odata web service to retrieve data (Web service data source)

The problem: I have a table that has several million records. I have a report with parameters to query those records. Example on a sales report: Customer (All or specific customer) and Product (All or specific product) and date range.  If by mistake the user selects all customers, all products, and a date range of 10 years, he may get millions of records for the report.  After several seconds he realizes that he entered the wrong parameters and wants to cancel the report.  There is no way to cancel. The solution was to run this in another thread and kill the process. That seems like a hack and doesn’t stop the web request so the web service keeps working even after the report has been killed.

Change request: Allow canceling in two ways:

  1. The report viewer (we are using the web viewer) should have a cancel button
  2. We should be able to cancel a report programmatically. 

The web data source should implement the “Cancellation Token” and cancel the web request when the report is canceled.  Postman, browsers, and other tools use this technique so that the web service understands that the data is no longer needed and it can stop the request.

Some links explaining how to implement Cancellation Tokens:

Completed
Last Updated: 22 Oct 2019 11:28 by ADMIN
When a TextBox is deleted from a localized report, if a new TextBox is added, its localized value would be set to the localized value of the deleted TextBox.
Unplanned
Last Updated: 02 Jul 2019 09:08 by ADMIN
Created by: Ronald
Comments: 0
Category: Reporting
Type: Bug Report
1
After the report is translated we started to change the sequence of parameters. This works fine except the translated texts do not move with it. So parameters have the wrong text.
Unplanned
Last Updated: 26 Jun 2019 13:09 by ADMIN
When in a table group GroupKeepTogether is set to True and PageBreak to After, the Table item may not render correctly in physical paging formats. In formats, without physical paging, the report is displayed correctly.