Declined
Last Updated: 29 Mar 2021 13:16 by ADMIN
Created by: Michael
Comments: 2
Category: Reporting
Type: Feature Request
1
Hi Team,

While exporting the report displayed in the web report viewer to CSV, we are exporting the textbox name as header value. Which leads to a problem while exporting a dynamic value whose control name is decided at run time. Please provide an option to assign and export value assigned at runtime.

Details of the issue are discussed in below link. Please have a look over the comment raised on 25th Sept 2014 by Perry. 
http://www.telerik.com/forums/exports-to-csv-contains-header-as-textbox-name

Thanks
Completed
Last Updated: 14 Feb 2018 07:37 by ADMIN
Created by: Hinata
Comments: 1
Category: Reporting
Type: Feature Request
1
We use ReportProcessor.RenderReport to create each report in code.  When done, we need to know the number of pages in the report.
Unplanned
Last Updated: 14 Feb 2018 07:38 by Jim
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: Reporting
Type: Feature Request
1
Add an event to ReportBook to fire when a Report is loaded and when a Report is Disposed.
Unplanned
Last Updated: 03 Nov 2017 07:05 by ADMIN
ADMIN
Created by: Milen | Product Manager @DX
Comments: 0
Category: Reporting
Type: Feature Request
1
On the design surface, there is no indication of the z-order of the sibling items nor an easy visual way to change it. Please improve this.
Unplanned
Last Updated: 14 Feb 2018 12:24 by ADMIN
ADMIN
Created by: Katia
Comments: 2
Category: Reporting
Type: Feature Request
1
In some scenarios it might be useful to alter the compression of the responses returned by Reporting REST service.
Unplanned
Last Updated: 23 Mar 2018 14:18 by ADMIN
When using Table item with dynamic columns (Visible property on column "binded" to expression) it would be nice to have the "ColumnWidth" also bindable in order to make some columns wider to fill the horizontal space if columns have been hidden
Completed
Last Updated: 14 Sep 2018 08:30 by ADMIN
Add Telerik Windows Form Report Viewer configuration option to use Image rendering based on a Bitmap instead of a Metafile. This will enable the hosting of Telerik Reporting REST Service in Azure AppServices for Windows Forms Report Viewer usage.
Unplanned
Last Updated: 29 Mar 2021 13:04 by ADMIN
Created by: Brian
Comments: 4
Category: Reporting
Type: Feature Request
1
When printing large runs of multi page documents (production work orders where each job is 5 pages and we are printing 100 jobs), to support stapling options on the printers.
All office products support this and PDF programs.
Unplanned
Last Updated: 23 Mar 2018 14:14 by ADMIN
ADMIN
Created by: Milen | Product Manager @DX
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, we can control if the PageHeader section should be rendered as an Excel native page header or as regular rows. The latter option always makes these rows frozen in the Excel sheet. It would be good to have this customizable (frozen/not frozen).
Unplanned
Last Updated: 01 Mar 2019 21:39 by ADMIN
add the possibility of show the parameters area on right/left/below of report viewer.
Declined
Last Updated: 25 Jul 2018 09:33 by ADMIN
Created by: Courtney
Comments: 1
Category: Reporting
Type: Feature Request
1
Please make the text boxes in the report actually resize and grow to the correct height.  There is a catastrophic bug currently which causes the text box to stay at a single line and will not show the entire paragraph of text.

This can happen 5% of the time leading to a very unreliable framework which cannot be used in a production environment.
Declined
Last Updated: 29 Mar 2021 12:55 by ADMIN
I reported this behavior earlier in a support ticket over two years ago but since it has not been addressed, I would try this approach.

If an AreaSeries has the LineType set to LineTypes.Smooth, the graph series may become misleading or incorrect. Consider the attached screenshot (withoutsettings.png) showing a simple 10 point chart. Looking at the chart, you would assume that between 11:06 and 11:07, the response time was below 0. However the test values indicate that the values never were below 0. This makes the chart  misleading and incorrect. It then makes the chart unreliable to the end user, thus unusable. The quick workaround is to set the LineType=straight but since you support a smooth linetype, it should be correct. Another, more serious, instance in the chart where (using smooth LineType) is where the series line will cross the  x axis point (a timeline chart) more than 1 time which is actually a timeline chart violation. (attached file AreaSmooth2.png) .
Completed
Last Updated: 18 Sep 2018 07:22 by ADMIN
Provide a component which wraps the HTML5 Report Viewer for use in a Vue.js application. The HTML5 Report Viewer is built using Kendo UI for JQuery components. So, one can consider the approach covered here: https://laravel-news.com/vue-wrapper-component
Unplanned
Last Updated: 21 Aug 2018 08:26 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, the WebSeviceDataSource is making separate request whenever data is required, consider adding a caching mechanism to reduce the number of the web requests.
Unplanned
Last Updated: 29 Mar 2021 11:07 by ADMIN
Created by: Folkert
Comments: 0
Category: Reporting
Type: Feature Request
1
It would be nice if resx files to localize the (wpf) report viewer can be placed in a specific resource path instead of the main folder of the VS project.

For example a 'Resources' folder within the 'Properties' folder of the VS project.
Completed
Last Updated: 08 Mar 2019 10:47 by ADMIN
Support generating reports on .NET Core running on a non-Windows platform, esp. macOS or Linux-like OS.
Unplanned
Last Updated: 05 Oct 2018 12:08 by Martin
Please add support for signing PDFs with a certificate stored on a hardware token, for example on a Qualifies Signature Creation Devices (QSCD) as defined by the EU law known as EIDAS, using a native platform way (on Windows this might mean through the Certificate.msc store).
Unplanned
Last Updated: 29 Mar 2021 11:09 by ADMIN
Created by: Scott Waye
Comments: 0
Category: Reporting
Type: Feature Request
1
I suggest that when saving reports as trdx files (trdp files are no good as they are compressed), that you save the SQL on multiple lines as it appears in the designer to enabled version comparison, i.e. git history of the file's changes can show the changes to the SQL.   Currently the SQL is on one line making it difficult to see the history.
Unplanned
Last Updated: 29 Mar 2021 10:40 by ADMIN
Created by: Subin
Comments: 1
Category: Reporting
Type: Feature Request
1
I want to set an option to define dynamic column width. Currently we can set textbox width by bindings. But makes different column with different height.
Completed
Last Updated: 15 May 2019 13:52 by ADMIN
Suspend the data item error messages and show the NoDataMessage instead. When using a WebServiceDatasource and the used web service returns a response with 400, 401 and 404 HTTP codes.