Unplanned
Last Updated: 07 Oct 2015 12:09 by ADMIN
Created by: Kurt
Comments: 1
Category: Reporting
Type: Feature Request
2
Graph markers, it would be nice to have a few more marker types for the chart, I would really like a up and down arrow, or a reversed triangle. also a left and right arrow/ triangle, and how about a star?
Unplanned
Last Updated: 31 Oct 2016 16:31 by Pierre-Yann
Created by: Pierre-Yann
Comments: 0
Category: Reporting
Type: Feature Request
5
On vertical axis, the title is always rotated at 90°. When using short title like "Y" this become very strange, we must be able to set its rotation like the labels.
Unplanned
Last Updated: 31 Oct 2016 16:16 by ADMIN
Created by: Mike
Comments: 1
Category: Reporting
Type: Feature Request
3
avatar 
Mike 

Posted 15 hours ago 


Is it possible to add the ability to assign a Style Name via Conditional Formatting in a future release of Report Designer in the Reporting Tool?  We are using the Style Names for consistency with regards to fonts, sizes and padding.  The ability to use the already existing Style Name as the Conditional Formatting result would be much simpler than having to recreate all of the Style Name's properties. 
Completed
Last Updated: 11 Nov 2014 15:18 by John
Created by: John
Comments: 0
Category: Reporting
Type: Feature Request
5
The current implementation of the WebAPI ReportController requires that is run as a Singleton. When running on Azure with multiple instances, it doenst work well. For deployments with large amounts of HTML reportviewer clients, one report server is not enough, it needs to scale. I suggest putting shared reportcontroller state (resources) in a configurable external out of process multiple concurrent access safe data structure. Solutions could range from database to shared in memory nosql, for instance Redis or Azure cache.
Unplanned
Last Updated: 31 Oct 2016 15:55 by ADMIN
Holding the Shift key should allow the selection of multiple items at once.
Declined
Last Updated: 23 Sep 2014 13:30 by Brian Stanek
Created by: Brian Stanek
Comments: 2
Category: Reporting
Type: Feature Request
7
We use Telerik reports for many different things.  We generate reports, letters, mailings, excel documents and forms or applications.  Our applications can either be blank or pre-filled or completely filled with information from the user.  Now I realize that you can say that all of these are forms of reports, but I would submit that is only partly correct.  I tell people that Telerik reports is a way for me to produce output that can be electronically distributed or printed.  While that is a definition of a report, I think it can go a bit further.

If you think about PDF forms and what they are, they are a report that allows the user to add additional information and send back to the customer.  I do realize that some features of PDF forms allow for scripting that can automatically submit, and there is a lot of other capabilities that moves PDF forms outside the realm of basic report generation. That being said, the ability to set a parameter in a report whereas the fields are replaced with basic text input PDF fields would be a huge advantage for Telerik.  I could see them opening up the forms generation market for this product.

While I have no input into your roadmap and, as a former Product Architect for a software development firm, I fully understand scope creep and keeping product focus, I would love to see:
1) a parameter export to PDF that converts the fields (everything that has a Fields.XXXX keyword somewhere in the value property) to PDF form text fields without adding data.  I would set the length the same way you set the horizontal length of the field on the report.
2) a parameter on a field item that says this field cannot be converted into a form field and must have data.
3) a parameter on reports indicating that when generating PDF form fields, that X number of rows are generated for the detail section.
4) if a field value is too complex or if the report is too complex, I would just fail over to a blank value.
I realize there are a lot of capabilities in PDF forms, but I tried to keep my wish list confined to the basics that would allow for easy additions to support advanced capabilities post report generation.

All this being said, I have communicated to my customers that Telerik is not going to support PDF form fields and we have an upcoming meeting to discuss this requirement.  I have a lot of resources, time and money invested in the development of Telerik reports and it is a concern that I may have to remove Telerik reports from our solutions because of a need to support this PDF capability.  We have reports on multiple different platforms and I feel that Telerik Reports is one of the best in terms of use on many different styles of applications. But since I am a firm believer in using as few technology vendors as possible (and only want a single reporting solution), I am concerned about having to re-architect our solution reporting infrastructure to remove Telerik reports.
Completed
Last Updated: 04 May 2016 13:44 by sitefinitysteve
Created by: Bogdan
Comments: 2
Category: Reporting
Type: Feature Request
15
Keeping nested tables on the same page causes huge empty spaces on multiple pages. This is definitely not a proper way for implementing such things. This feature request is caused by this forum response: http://www.telerik.com/forums/nested-tables-makes-page-breaks-in-pdf

Please do not reply with 'grouping', crosstab or other proposals because data grouping has other limitations. Also please note that nested table is pretty common simple scenario for situation when data already is grouped which is almos always the case of ObjectDataSource scenarios.

Impact: Currently these half-empty pages cause report to look low-quality which is not acceptable for our clients. 
Declined
Last Updated: 20 May 2014 13:44 by ADMIN
Created by: Binay
Comments: 1
Category: Reporting
Type: Feature Request
0
I want to download patch Q3_2012_SP1_v6_2_13_110 for reporting but unable to get it. I unable to find the link. could you provide link for this?
Completed
Last Updated: 07 Oct 2015 12:15 by ADMIN
Created by: Kevin
Comments: 1
Category: Reporting
Type: Feature Request
1
Add support for the <pre> tag.  This would allow content to be added to the HtmlTextBox without having to worry about encoding it properly.  We use the HtmlTextBox frequently in situations where we want to apply mixed formatting.  

This would help in several scenarios.  One scenario that came up recently was when I wanted to render literal space.  I got around this by replacing every other space with a non-breaking space but the pre tag could have made this much easier.  Other situations involve getting text from the database that could include a < or > symbol which we have also got around making sure we run the text through an HtmlEncode routine.
Declined
Last Updated: 31 Jul 2014 12:59 by Kevin
Created by: Kevin
Comments: 2
Category: Reporting
Type: Feature Request
0
I would like to be able to write an expression that will call a user function when the ItemDataBound event fires for the report.  This would allow me to wire up the custom functionality that we have built so that the user can see the result from the preview in the designer.  Currently the user has to go to a preview window in our application to see the result but if I had a way to wire the ItemDataBound event for the report then I could make it possible to see the result without leaving the designer.  

I thought that if you made this possible for the report it probably would make sense to enable it for all controls since they all have the the ItemDataBinding and ItemDataBound events.  In my case I don't know how I could implement this any other way because it needs to run after the binding has completed for the entire report.
Under Review
Last Updated: 13 Jun 2014 10:34 by ADMIN
Created by: Kevin
Comments: 3
Category: Reporting
Type: Feature Request
4
We have developed additional logic around the Telerik Reporting Engine so I don't know if this would be valuable to anyone else or not but I would love to have the ability to associate custom properties to a control.  

The use case that comes to mind most is the logic we have implemented to auto size text that displays on a report to fit in the area provided.  We use a control naming scheme to determine what controls should be auto sized and how they should be sized in relation to other parts of the report.  It is typically assigned used with a Panel, a TextBox, or an HTMLTextBox.

I would love to have the ability to add two associate two additional properties to these controls that could be used in the stand alone designer to allow users to set an AutoSize (true / false) and a SizingGroup (string) property on these controls rather than worry about making sure the control is named properly.  I would allow users to more easily leverage this functionality.

I realize that it is unlikely that this will be implemented since it wouldn't be widely used but I like to dream.
Declined
Last Updated: 31 Jul 2014 12:54 by ADMIN
Telerik Reporting Online Examples have lots of examples of reports, but no examples of how to call these reports!   I'd like to see examples of calling a report from a button on a page, or calling a report by clicking on a button in a radgrid row, and of course passing parameters from said pages or grids.
Declined
Last Updated: 24 Apr 2014 12:45 by tomcrusader
Created by: tomcrusader
Comments: 2
Category: Reporting
Type: Feature Request
0
Running the report book demo in Chrome v "34.0.1847.116 m" under Windows 8 crashes the Silverlight plugin. This does however not happen under I.E 11.

http://demos.telerik.com/reporting/report-book/silverlight-demo.aspx
Under Review
Last Updated: 31 Oct 2016 11:49 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Reporting
Type: Feature Request
11
As the world of data visualization changes and the demands for features to the end-users allowing them to use visualisation methods such as dashboards and pivots allowing them to slice and dice runtime. 
Are there anything in the telerik roadmap which allows for this kind of product component?

I see that competitors such as ComponentOne has Active analytics and Devexpress has dashboraddesigner and dashboardviwer as components in their toolbox.

If anyone else are seeking the same oppertunity in the Telerik toolbox please feel free to comment.

I am not really convinced this belongs in the reporting tool but as this was suggested by the team - so be it.

What I am looking for is an end-user friendly way of visualising data without being knowledgeable of how to connect to databases and how to look for the right tables, but simply choosing pre populated "datasets" for presenting as
- Charts
- Gauges
- Pivot tables
- slice & dice
- compare data based on easy selection of
   - date ranges 
   - geografical presence

So basically a dashboard designer allowing end user to Do Your Own.

Thanks in advance for considering the suggestion
   
Declined
Last Updated: 04 Aug 2016 00:20 by Ian
Created by: Timothy
Comments: 2
Category: Reporting
Type: Feature Request
1
We really need improved default controls in the html5 viewer:
 - DatePickers that allow null values (e.g. from From, To date ranges in reports)
 - Dropdown that isn't a list (for when there are large numbers of options e.g. Customer dropdown)
 - I can't go to page 2 on a mobile - there's no next page, previous page button displayed.
- Pinch zoom freezes on mobile (Samsung galaxy s4). See (advertisement) html5 viewer for a nicer zoom controls. in 1 icon that fits on mobile
 
Completed
Last Updated: 06 Apr 2015 13:37 by ADMIN
In Development
Last Updated: 16 Feb 2026 15:57 by ADMIN
Created by: Chris Trina
Comments: 32
Category: Reporting
Type: Feature Request
81
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.
Completed
Last Updated: 06 Apr 2015 13:28 by ADMIN
Created by: Chris Trina
Comments: 1
Category: Reporting
Type: Feature Request
4
In a situation where the clients are entering formatted text into the system, none of the suggested work arounds for this item are acceptable.  Lacking this support, it is impossible to enter math expressions.
Completed
Last Updated: 31 Jul 2014 13:08 by ADMIN
Created by: Rick Kauwen
Comments: 1
Category: Reporting
Type: Feature Request
3
The expression language leaves much to desire, especially when working with object models. The most irritating is the iif function that evaluates all expressions, that forces to write user functions every time a method on an optional object should be called.
Ideally the scripting/expression engine is based on c# and/or vb compiler.
Unplanned
Last Updated: 07 Oct 2015 12:06 by ADMIN
Created by: Mandar
Comments: 1
Category: Reporting
Type: Feature Request
3
Please add ability to show vertical line markers on a Line series graph as show in attached file.