Completed
Last Updated: 08 Mar 2019 09:39 by ADMIN
Created by: Matt
Comments: 5
Category: Reporting
Type: Feature Request
26
Allowing custom actions would greatly increase the power and flexibility of reports and the report viewer.  While the current set of actions provide great functionality, they are still somewhat limited in scope.  If actions were able to handle their own execution instead of having the individual report viewer implementations handle their execution, customers could enhance the functionality as they see fit.
Completed
Last Updated: 06 Apr 2015 13:34 by ADMIN
Created by: sitefinitysteve
Comments: 2
Category: Reporting
Type: Feature Request
5
Loading one simple report with one user can spike the cpu.  Multiple users on that same report cause the cpu to go insane.

Global caching needs to be a thing in reporting...you guys are always looking for performance improvements anyway.

Current Scenario as defined by support:
- Person 1 hits report 1, reporting processes\renders it
- Person 2 hits report 1 (same params), reporting processes\renders it
- Person 3 hits report 1 (same params), reporting processes\renders it
...

Expected Scenario:
- Person 1 hits report 1, reporting processes\renders it, processed data result is cached
- Person 2 hits report 1 (same params), reporting retrieves the processed data from cache, and report is rendered
- Person 3 hits report 1 (same params), reporting retrieves the processed data from cache, and report is rendered
- Person 4 hits report 1 (same params), reporting retrieves the processed data from cache, and report is rendered
(10 minutes elapses, or whatever the timeout is)
- Person 5 hits report 1, reporting processes\renders it, processed data result is cached
Declined
Last Updated: 25 Jun 2014 12:09 by ADMIN
Hi Telerik!
I spent lots of time investigating the following situation.
For some reason the editor that I used to modify Telerik.ReportDesigner.exe.config file switched xml elements names to lowercase.
ReportDesigner was not started at all in that case. Even no error message was shown.
I had to explore system events logs and found that ReportDesigner.exe throwed an System.IO.FileLoadException.
But still with no details.
Only after hours of exploring I found the problem with xml-element names and fixed it.
I think if you add .config file validation with user-friendly messages during ReportDesigner starting it will help.
Declined
Last Updated: 31 Jul 2014 14:23 by ADMIN
Created by: Pierre-Yann
Comments: 1
Category: Reporting
Type: Feature Request
1
WPF can display very complex text, like mathematical function, or create intricate image.
Such feature is missing in Reporting.
A function should exist in Reporting to render a WPF control as image in report for such case (using RenderTargetBitmap).
Declined
Last Updated: 31 Jul 2014 14:22 by ADMIN
Created by: Pierre-Yann
Comments: 1
Category: Reporting
Type: Feature Request
1
The Reporting Graph item support now only one data source, unlike RadChartView.
When displaying different collection, we must for the moment put everything in one collection, and group/filter in Graph, because of this limitation.
Completed
Last Updated: 02 Dec 2014 08:13 by ADMIN
Hello,
I already developed in the past with your WPF controls and I'm mostly very happy. The controls are nice and the programming model (MVVM) is well done. I always recommend your controls the all my friends developer out there.
For a new project, I'm evaluation the Report Design + Viewer and I must say I'm very disappointed by the all product. 
First the general looking and feel seems coming from an old Visual Basic 6 age with outdated button toolbar + gui; non sizable dialogues like the one to choose fields (attached) With data source coming from entity model, the field and navigation property are often long and this is painful and useless to scroll horizontally to see the field name.
Coming back to data source, the report wizard is also confusing asking for an data source name rather than asking for an existing connectionstring and then create a new one for your need internally if needed. Also, the experience with an existing data model object is poor because the Data Member question is not obvious and when I select one the entity table, the wizard prompt with an alert see capture attached. If I don’t select any member, no alert but the field list is useless because I don’t see any field (see capture).
In conclusion, it seems to me the Report components are not done by the same team or at least are not develop in the same spirit and quality than the other controls.
I hope you will bring us a brand new controls asap.
Thanks for reading me 
Best regards
-Vince
Unplanned
Last Updated: 16 Dec 2016 21:44 by Carlitos
Created by: sitefinitysteve
Comments: 8
Category: Reporting
Type: Feature Request
14
Service Stack 4 support, specifically to integrate reports into sitefinity

Option 2 is a github os provider we can use perhaps...
Declined
Last Updated: 30 Aug 2016 07:28 by Stefan
Created by: Kurt
Comments: 2
Category: Reporting
Type: Feature Request
3
Hi there, It would be nice if the vector images included in reports could be preserved when exporting as a PDF. I have some emf images which I use in our reports and when viewing everything is lovely vector, as soon as I export it though the image is converted to a bitmap.
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
3
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.