Completed
Last Updated: 20 Jan 2021 14:06 by ADMIN
Release R1 2021
Created by: Zhiting
Comments: 23
Category: Reporting
Type: Feature Request
41
For our Customers a major drawback to creating form type reports (Invoices, Purchase Orders etc.) using Telerik Reporting is the inability to show vertical dividing lines between data columns in the 'Detail' section of the report that extend all the way down the page to the Page/Report footer. We were able to do this with Crystal Reports. But we plan to migrate all our Crystal reports to Telerik.
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: 19 Jun 2019 12:03 by ADMIN
Release R2 2019 SP1
I'm not a PDF expert, but if something can be done in a free library, a pay'd version of reporting tools should do it also right.

In many cases, I do a report to PDF for my clients. Since PDF contains useful data, I't normal to assume, client will use copy-paste and copying data to Word, Browser, etc.

Similar approach was used, when I created a project for the General prosecution of SR, but there the PDF was generated by PdfSharp and by writing text-outputs (with esired font, size, etc.). The result was correct.

Unfortunatelly with Telerik it's not so. I've tryed to explain it in a ticket, but I only got excuses, explanation about lignatures and so. I got/left myself almost convinced, but my main point is the starting sentence in this description.

The original issue: http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=893196
Completed
Last Updated: 10 Oct 2015 18:07 by balazs
F.e Jasper's SubReports have a property called DataSource. The sub-reporst uses this dataSOurce for rendering it content. The DataSource is always set on the Main report. Everything via designer, no need for coding.
Declined
Last Updated: 07 Oct 2015 12:42 by ADMIN
Created by: Mikhail
Comments: 1
Category: Reporting
Type: Feature Request
0
I used trial version of Telerik Designer for SSAS report creations . Database connection is working fine , however when report results were displayed in preview mode , then for each record in query results additional page will be added . I used tables and charts to show results , the results are the same.  Is it special feature of trial version or just a program error?
Declined
Last Updated: 07 Oct 2015 12:48 by ADMIN
Created by: Francois
Comments: 1
Category: Reporting
Type: Feature Request
0
The attach example Test.html does not work against my service. When monitored in Fiddler I cannot see the parameters being passed on to the call? Not sure what I'm missing this was taken from online API example.
Completed
Last Updated: 25 Oct 2018 11:01 by ADMIN
Created by: Pierre-Yann
Comments: 1
Category: Reporting
Type: Feature Request
1
With a complex DataModel structure, when interface is used, interface inheriting from other interface become a must.

Unfortunately, this don't work with ObjectDataSource, as it only look at its level for properties, not in parent.

Properties collecting should be done like this:


var properties = typeof(IFoo).GetProperties().Union(typeof(IFoo)                             .GetInterfaces().SelectMany(t => t.GetProperties()));


Unplanned
Last Updated: 27 Nov 2017 15:07 by ADMIN
Created by: erwin
Comments: 1
Category: Reporting
Type: Feature Request
3
It would be nice if the parameter window to enter Report parameters in  preview mode would remember the last values entered between invocations.
Completed
Last Updated: 27 Nov 2017 15:05 by ADMIN
When configuring a datasource through the wizard, the 'Select Statement' TextBox should standard support keyboard shortcut ctr+A to selelct all. Having to open the context menu is a bit awkward.
Unplanned
Last Updated: 27 Nov 2017 15:02 by ADMIN
Created by: Pierre-Yann
Comments: 3
Category: Reporting
Type: Feature Request
2
When selecting several items, it should be possible to change the size and location of all of them, at least if the values are the same
Unplanned
Last Updated: 07 Oct 2015 09:55 by Pierre-Yann
Currently, the size and location of items displayed in Properties view are rounded value, but the real value written in the .Designer.cs isn't rounded at all.

This created some imprecision in size and location, possibly resulting in unwanted resizing of the report width, or in overlap.
Now, it is only possible to correct this in .Designer.cs, and the user don't see the problem without zooming at maximum or opening the .Designer.cs

Rounded value seems better than some unneeded decimal, but then the value displayed should also be written in the .Designer.cs
Completed
Last Updated: 08 Mar 2019 09:39 by ADMIN
Created by: Matt Meisinger
Comments: 5
Category: Reporting
Type: Feature Request
7
Can the Telerik Reporting libraries be available for install as a NuGet package that can be hosted on a local NuGet server?

Hosting on the public NuGet server would be even better, but I would imagine that would be harder to get approved.
Unplanned
Last Updated: 20 May 2015 14:55 by Ben
The interactive view is excellent for providing a full list of rows in a table but sadly it’s not easy to break that result into manageable pages.  If, for example, we have a large table list that isn’t readily breakable into sections, the resultant large table will cause most web browsers to consume a large amount of RAM and suffer performance loss.  It would seem sensible to have the ability to force a page break when the interactive page reaches a certain size.  This way it would reduce the amount downloaded into sensible page sizes and ensure the browser is not overwhelmed.  This would be very similar, I hope, to that already provided by the print preview mode which breaks on the print page size, all we need is that functionality for interactive pages but via a separate ‘Interactive Page Size’ property.
Unplanned
Last Updated: 07 Oct 2015 11:16 by Pierre-Yann
Created by: Pierre-Yann
Comments: 1
Category: Reporting
Type: Feature Request
2
Having a white background in a view when using the dark theme is very bad for the eyes.
You should check all your UI in Visual Studio, as I already asked in the past for a correct context menu for dark theme (now done).
Unplanned
Last Updated: 14 Mar 2016 14:03 by Pierre-Yann
DocumentMap is using the order of report structure to create the tree. For the moment, the only way to change this order is using "Bring To Front/Send To Back" in report designer, which is badly named in this case, and awkward to use.

You should:
-add Bring Forward/Bring Backward functions
-document in DocumentMap help section that theses functions will also change the order in the report structure.

Ideally, a move up/down in report explorer view would be even better (and more intuitive).

Declined
Last Updated: 27 Nov 2017 08:27 by ADMIN
Created by: Mhd.Ahd
Comments: 2
Category: Reporting
Type: Feature Request
0
Create your own parameter syntex, and translate it to the database specific one according to the provider name.
For example, MsSql uses "@" character while Oracle uses ":" to identify parameters.
We need to be able to execute the same report against multi database types.
Unplanned
Last Updated: 27 Nov 2017 14:53 by ADMIN
Created by: Heiko
Comments: 2
Category: Reporting
Type: Feature Request
3
When you have your .trdx and external stylesheet files in a separate directory (e. g. a server directory available to all workplaces) it gets very difficult to show the .trdx files in ReportViewer without manipulating the reports a lot by code.

1. The external stylesheets are searched in the bin\Debug directory of the main application when using Kind="Relative".
2. What is even more annoying is the fact that all SUBREPORTS are also searched in the bin\Debug of the main application. I have to recursively look through all report items if there is a subreport and set its location.

It would be very nice if the ReportViewer supports some kind of "path-to-reports" property and locate all the dependend files like subreport or stylesheet in this directory.
Completed
Last Updated: 04 May 2016 13:45 by Michael Paulus
Created by: Michael Paulus
Comments: 0
Category: Reporting
Type: Feature Request
1
Add the ability in the WPF Viewer to consume reports from the rest service instead of from the local computer.  The html5 viewer has this ability and it would be nice to have the full viewer within my application to do the same.  All of my data access is through rest and I want my reports to work the same way.  
Completed
Last Updated: 06 Oct 2015 15:57 by ADMIN
Created by: Gama
Comments: 1
Category: Reporting
Type: Feature Request
1
We had a pie chart with 9 slices with limited plotting space. The labels are overlapping and random at best and not presentable at the moment. 

We tried the following scenerios:
  ThisPieChart.IntelligentLabelsEnabled = true;
  ThisPieChart.AutoLayout = true;
  Alternate the bigger slice with smaller slice to give good space for labels.
  Printing out in Black and White paper also is a mess as patters are not there on the slices.
Declined
Last Updated: 27 Nov 2017 13:53 by ADMIN
Created by: Hamid
Comments: 2
Category: Reporting
Type: Feature Request
2
At present one cannot have a subreport in report header/footer. This is such a limitation 
e.g. you have a company header which you want in every report. Normally what you expect is to make a subreport and include that in header of other reports. So if you change any details you can edit that subreport and it get reflected in all other reports. But unfortunately you have to include the company header in every report not only the controls but also in the datasource.
I used to develop in MS Access back in 90s and even then its reporting has this feature as standard.
So come on Telerik