Completed
Last Updated: 19 Sep 2018 12:31 by Marvin
Created by: Marvin
Comments: 4
Category: Reporting
Type: Feature Request
0
I understand that for most users, relative URLs don't make a lot of sense in reports.
However, we want export our report to PDF and link to other PDF files *in the same directory*.
As everything will be distributed as a ZIP file, we cannot know the absolute file path.
It should be easy to support this as this is supported by PDF out of the box.
Apparently, somewhere in the Reporting code, you remove URLs if they are not absolute. Just remove that check, let us put whatever we like in the hyperlinks.
Thanks.
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
Completed
Last Updated: 14 Sep 2018 15:50 by ADMIN
Created by: Nancy
Comments: 1
Category: Reporting
Type: Feature Request
0
I'm trying to learn more about your reporting tool, but your demo only shows me a blank page. 
https://demos.telerik.com/reporting/dashboard?&skinName=default
Unplanned
Last Updated: 14 Sep 2018 14:25 by Pavel
Created by: Pavel
Comments: 0
Category: Reporting
Type: Feature Request
5
It would be very useful to have the option of changing Sort and Toggle Visibility icons for example to a vector image. Default png is not looking good when the report is scaled or in specific styles.
Attached an example.
Declined
Last Updated: 14 Sep 2018 14:02 by ADMIN
Created by: Travis
Comments: 1
Category: Reporting
Type: Feature Request
3
Currently there is no way to implement a table with html. It is pretty clear from the 1 ticket already open that this is not going to be done as it has been open for ~4 years at this point. Due to implementation challenge of the task, I suggest allowing for a HtmlTextBox to take the place of a TextBox in the table object. This will allow for better conditional formatting in a table, without having to implement the entire table function of Html.
Completed
Last Updated: 14 Sep 2018 13:56 by ADMIN
The documentation is syntax prone to errors and does not follow well for new developers. The example code shown usually shows one step, please elaborate and show examples in depth for each topic. I have noticed in the forums that people have been complaining about errors in the documentation for more that two years and its still not fixed. I also see a lot of references to code that is shown in documentation that is obsolete or not yet implemented. The video series posted in the last few months (Q1 2015) are videos from 2009. Why?
Unplanned
Last Updated: 14 Sep 2018 09:19 by Amir
Created by: Srikanth
Comments: 2
Category: Reporting
Type: Feature Request
5
request to add groups on the right side of a Table
Unplanned
Last Updated: 14 Sep 2018 08:37 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
4
Add intelligent code completion in the Report Designers Expression editor to improve the editor usability and user experience.
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.
Completed
Last Updated: 12 Sep 2018 14:19 by ADMIN
ADMIN
Created by: Nasko
Comments: 2
Category: Reporting
Type: Feature Request
5
Currently, the Graph item ignores missing data points and always connects data points which have values.
According to the "Displaying Missing Values and Incomplete Periods
in Time Series" paper (https://www.perceptualedge.com/articles/visual_business_intelligence/missing_values_and_incomplete_periods_in_time_series.pdf) this approach of ignoring missing values is not recommended. The preferred approach (with gaps for missing values) is described in detail in the paper.
Completed
Last Updated: 21 Aug 2018 08:59 by ADMIN
ADMIN
Created by: Peter
Comments: 2
Category: Reporting
Type: Feature Request
3
This will be useful when small changes should be applied to a report based on the current rendering format. 

For example the following expression will be possible:
= "Is the document PDF: " + RenderingExtension = "PDF"
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.
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.
Completed
Last Updated: 25 Jul 2018 09:13 by ADMIN
Created by: Rajavel
Comments: 1
Category: Reporting
Type: Feature Request
1
There should be a way to handle the click of Export button. If someone wants to export to PDF with some changes in the report (change in color etc.) there should be a way to handle the Export event and a handle to change some report parameters being exported.
Completed
Last Updated: 12 Jun 2018 18:17 by ADMIN
Created by: JP
Comments: 2
Category: Reporting
Type: Feature Request
5
Please add support for the text-indent attribute.
HTMLTextbox used to support the css attribute text-indent, but the support was removed a couple years ago.  If used alone, it still appears to work on report, but then when used in combination with other css attributes (specifically the new justification alignment), it does not work as it should.

This support would help with normal formatting items that come up when entering a paragraph that should start out indented but wanted to be justified as well.  Attached is a test report showing it not working when combined with justification, but then working when it is alone.
Completed
Last Updated: 17 May 2018 07:26 by ADMIN
Created by: Shawnna
Comments: 1
Category: Reporting
Type: Feature Request
13
I need to be able to have page breaks inside a Telerik reporting Table based on my row groups.  Forum posts indicate that this is not currently possible.  Thank you. 
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.
Completed
Last Updated: 17 May 2018 06:23 by ADMIN
Created by: Olivier
Comments: 10
Category: Reporting
Type: Feature Request
24
Hello,

It would be nice if telerik reporting get a option tool which our customer can digitally sign a PDF generated from the telerik report.

This feature ll be great for the contract , important customer document, to sign in by the web.

thanks
Oliver
Declined
Last Updated: 23 Mar 2018 14:45 by ADMIN
I'm using Silverlight and the MVVM pattern with my current project. I have a listbox where the currently selected item is bound to a single telerik report viewer control. When the user selects an item in the listbox, the selected item changes and triggers the report to be displayed in the report viewer control. This all works as expected. My issue is that when the user goes back to a previously selected report, the report viewer sends a new report request to the server rather than trying to retrieve the cached report. I did a little bit of digging and found the DataContext of the telerik report viewer is a ReportViewerModel that has a CurrentSessionID property. On a new report request the CurrentSessionID is set to null. I'd like to store the CurrentSessionID after a report is rendered. That way if a user goes back to a report that's already been run, I can set the CurrentSessionID. Unfortunately, the CurrentSessionID property is a private property and I can't set it's value. Is it possible to make CurrentSessionID a public property? How can I accomplish this?
Declined
Last Updated: 23 Mar 2018 14:38 by ADMIN
Created by: Srividhya
Comments: 2
Category: Reporting
Type: Feature Request
5
Currently report parameter types are limited. We would like to pass a data table as a parameter . Tried formatting to table string outside and using HTMLTextbox, but it does not parse <table > tags.