Unplanned
Last Updated: 11 Sep 2019 14:19 by ADMIN
Created by: Michael Coffey Jr
Comments: 0
Category: Reporting
Type: Bug Report
2
The standalone designer cannot find reports in DLL built from VB ReportLibrary project without external dependencies
Unplanned
Last Updated: 10 Sep 2019 14:12 by ADMIN

I used https://docs.telerik.com/reporting/html5-report-viewer-howto-use-it-with-reportserver to setup an HTML5 Report Viewer with Report Server. After running the project, the viewer does not load. It seems that it could not find telerikReportViewer script. 

Workaround: Instead of

<script src="/api/reports/resources/js/telerikReportViewer"></script>

use absolute path:<script src="http://yourreportserverhost:83/api/reports/resources/js/telerikReportViewer"></script>

Unplanned
Last Updated: 09 Sep 2019 07:41 by ADMIN
Created by: Pete
Comments: 3
Category: Reporting
Type: Feature Request
7
Add the ability to control the distance between the Image and the Text for a Check Box & Radio Box. A space may be used but this does not work where the text wraps to another line and does not give the required level of control.
Completed
Last Updated: 06 Sep 2019 09:10 by abi
The Telerik Reporting only support fixed size page now.
But sometimes we need continues-roll paper mode.(like: receipt paper)

Some reporter tools: ActiveReports, it has 3 mode:(Page Reports,  RDL Reports,  Section Reports)

On "Telerik Forums / Reporting Forum" there is already some people asked it before 2 years ago. But until now the basic feature not release....
Unplanned
Last Updated: 05 Sep 2019 07:58 by ADMIN
Currently when converting CLR Report definition (CS/VB) to declarative (TRDP) definition the localization resources (information in RESX files) is not passed, hence the generated TRDP files are not localized. Preserving localization will be very useful, especially when moving an existing reporting project from .NET to .NET Core framework where the recommended report type is TRDP.
Unplanned
Last Updated: 29 Aug 2019 08:03 by ADMIN
Created by: Softwarehouse
Comments: 0
Category: Reporting
Type: Bug Report
2
When the report has Bottom Padding, this may cause unwanted page break and generate a new page containing only page footer.
Unplanned
Last Updated: 28 Aug 2019 08:51 by ADMIN
Created by: Daniel
Comments: 0
Category: Reporting
Type: Feature Request
2
Is there a way to get the query builder to show oracle synonyms?
Unplanned
Last Updated: 06 Aug 2019 15:34 by ADMIN
Created by: Thomas
Comments: 0
Category: Reporting
Type: Feature Request
3
The report viewer disappears if it is an updated AJAX control. 
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
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: 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. 

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

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.