Declined
Last Updated: 31 Oct 2016 16:23 by ADMIN
Created by: Markus
Comments: 2
Category: Reporting
Type: Feature Request
1
It would be very helpful to use the ReportParameters in own User Functions without passing them via an Expression. 
Unplanned
Last Updated: 03 Nov 2017 07:17 by Markus
Created by: Markus
Comments: 0
Category: Reporting
Type: Feature Request
1
It would be a great help to have a feature that can copy a whole Column in a crosstab to another one.
Completed
Last Updated: 20 Feb 2017 09:03 by ADMIN
Created by: Markus
Comments: 4
Category: Reporting
Type: Feature Request
8
It would be very helpful to have a tooltip (connected to a Fields.x) inside a Crosstab.
Declined
Last Updated: 31 Oct 2016 16:21 by ADMIN
Created by: Qin
Comments: 1
Category: Reporting
Type: Feature Request
1
When we have a string parameter, and we set the available values, we would like you to have a extra property to set if we have a blank value in the available list, it seems similar with the allow null properties, but sometimes we don't like the null checkbox, it needs more space and we can not translate it.
Completed
Last Updated: 08 Mar 2019 09:39 by ADMIN
Created by: Qin
Comments: 2
Category: Reporting
Type: Feature Request
7
if you can provide a default resource file of report designer, and provide the same name convention rule of the resource file, then we can translate it by ourselves.
Unplanned
Last Updated: 31 Oct 2016 16:53 by Sameer
We would like have two options when we use the date time parameter in report. 
one is only date, other one is date and time. and we need to provide the format to the date time parameter for internationalization.
Unplanned
Last Updated: 31 Oct 2016 16:49 by Dmitriy
Created by: Dmitriy
Comments: 0
Category: Reporting
Type: Feature Request
0
Hello.
I'm about a world map component. For custom map services like  GeoServer or MapServer more useful to use a Web Map Service (http://ru.wikipedia.org/wiki/Web_Map_Service). Telerik Reporting supports only Tiles services like Web Map Tile Services for base maps. It would be more flexible to add WMS as a base map and as an overlay layer as well. 
Declined
Last Updated: 31 Oct 2016 16:50 by Chavdar
Hi, I found a bug, my MVC project is in a subfolder, and for this I have a problem with the ways I use "~" in order to specify the full path to take. 
and then I have a problem ReportViewer 

   @ (this.Html.TelerikReporting () 
           . ReportViewer () 
           . Id ("reportViewer1") 
           . ServiceUrl ("/api/reports/") 
           . TemplateUrl ("/templates/template.html") 
           . ReportSource (typeReportSource) 
            . ViewMode (ViewModes.PRINT_PREVIEW) 
           . ScaleMode (ScaleModes.SPECIFIC) 
           . Scale (1.0) 
           . PersistSession (false))

the fact that in this form 
            . ServiceUrl ("/ api / reports /") 
            . TemplateUrl ("/ themplate / themplate.html") 
operating normally. but it turns out that no subfolders. 
because it is taken still relative.
in when the site is in a sub - I get a 404 error. 
ie ReportViewer script takes a relative path. 
and this is a big problem :) 

Once again, my ASP.NET MVC site is in a subfolder of another ASP.NET project.

get something like: 
my site root url: mysite.com/project1 
and pages:
mysite.com/project1/myreportPage 
mysite.com/project1/api/reports 
Unplanned
Last Updated: 31 Oct 2016 16:02 by Boris
Telerik reporting for asp.net. I suggest to add the "locked" property to the each control that is put on the designer and to whole report likely this done in Crystal Reports from version 7. Sometimes it is hard not touch out suddenly some text box with mouse or keyboard on the designer and not change it size/location.

Thank you very much
Boris
Completed
Last Updated: 06 Apr 2015 13:31 by ADMIN
ADMIN
Created by: Doroteya
Comments: 1
Category: Reporting
Type: Feature Request
3
As a developer that uses both Telerik Data Access and Telerik Reporting in its projects, I often find myself in a situation where I experience version mismatch errors regarding the Telerik.OpenAccess.* assemblies. For me it is inconvenient to downgrade the version of Data Access, and would like to either be able to automatically add the binding redirects in the .config file, or to use a more recent version of Data Access in my Reporting applications.
Completed
Last Updated: 08 Mar 2019 09:39 by ADMIN
Created by: Manuel
Comments: 3
Category: Reporting
Type: Feature Request
9
Please provide the possibility to localize the HTML5 Report Viewer UI in a way that doesn't require modifying the template.

It's already possible to localize the messages shown by the HTML5 Report Viewer as shown here: http://www.telerik.com/help/reporting/html5-report-viewer-localization.html
Something similar for the actual UI would be great.
Declined
Last Updated: 31 Oct 2016 16:39 by ADMIN
Created by: Matt
Comments: 1
Category: Reporting
Type: Feature Request
4
At runtime there is no way to easily access values from fields within the same row of a report using the WPF ReportViewer.  We have a requirement for our application where users may double-click a field and trigger the applicable editor to appear for quick access.  To enable this functionality, we need to retrieve values from within the same row as the field that was clicked.
While the TextBlock that was clicked may be accessed, there is no way to easily determine which controls within the control hierarchy belong to the same row as all page content is lumped into one canvas.  Searching for values by Name is not possible either as the name is not passed into the generated controls.
It is also not possible to create custom IAction implementations to handle this functionality either as they are not supported.
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.