Unplanned
Last Updated: 14 Feb 2018 07:25 by ADMIN
Created by: Swanand
Comments: 5
Category: Reporting
Type: Feature Request
5
Hi,

I request to support Legend of circle/line/rectangle etc. in all series so that the developer can choose the shape, as the recent trends in finance are flexibility in legend shape. Currently there is no flexibility in having circular Legend for Pie Charts. Please incorporate it in your release at the earliest.

Thanks and Regards,
Swanand
Unplanned
Last Updated: 14 Feb 2018 07:20 by Pete
ADMIN
Created by: Katia
Comments: 3
Category: Reporting
Type: Feature Request
14
Currently, NoDataMessage property is available for Table/List/Crosstab, Graph and Map items only (http://docs.telerik.com/reporting/report-structure-dataitem-set-no-data-message)

Providing NoDataMessage property for reports as well will simplify the approach to display the message in case no data is returned from report's data source.
Unplanned
Last Updated: 14 Feb 2018 07:18 by Sparky
Created by: Sparky
Comments: 0
Category: Reporting
Type: Feature Request
1
DOCX document format supports font embedding like PDF does. But currently only the PDF font embedding is implemented in Reporting. This, together with recent implemented PrivateFonts feature, will give us an option to use one more document format without the need to install custom fonts on the client's machine.
Unplanned
Last Updated: 14 Feb 2018 07:14 by Devesh
Created by: Ashwani
Comments: 2
Category: Reporting
Type: Feature Request
5
Currently in Telerik reporting, when we apply sorting it works on all selected columns together in a complex format. It also leads to confusion when user applies sorting on two or more columns as all of them have the sort icons. 

Single column based sorting would help end user to easily access and understand the action. In this approach user will see sort icon only on the currently selected column.

Please provide the support for single column based sorting in Telerik reporting to ease the use of sorting functionality.
Unplanned
Last Updated: 14 Feb 2018 07:10 by Dan
Created by: Dan
Comments: 0
Category: Reporting
Type: Feature Request
6
The telerik configuration has to be provided by app.config / web.config. (http://docs.telerik.com/reporting/configuring-telerik-reporting) 
In a huge solution this makes it necessarry to define the same settings multiple times. (app.config for UnitTests, web.config for WebFrontend, app.config for Workers.) I prefer to implement configuration just once programaticaly. 

Please provide a public interface for configuration so that we can inject configuration from commandline / azure / configfiles / ...

For private fonts the feature is implemented but all methods are marked private. so I have to call this things by reflection:

            //<?xml version="1.0" encoding="utf-8"?>
            //<configuration>
            //  <configSections>
            //    <section name="Telerik.Reporting" type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting, Version=11.0.17.406, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" />
            //  </configSections>
            //  <Telerik.Reporting>
            //    <privateFonts>
            //      <add fontFamily="Poppins Medium" path="c:\poppins\Poppins-Medium.ttf" />
            //      <add fontFamily="Poppins Light" path="c:\poppins\Poppins-Light.ttf" />
            //      <add fontFamily="Poppins SemiBold" path="c:\poppins\Poppins-SemiBold.ttf" />
            //    </privateFonts>
            //  </Telerik.Reporting>
            //</configuration>

            var fontContainerType = typeof(Telerik.Reporting.DataSource).Assembly.GetType("Telerik.Reporting.Processing.Common.FontContainer");
            var fontContainer = fontContainerType.GetField("Instance", BindingFlags.Public | BindingFlags.Static).GetValue(null);

            var methodAdd = fontContainer.GetType().GetMethod("AddFont", BindingFlags.NonPublic | BindingFlags.Instance);
            methodAdd.Invoke(fontContainer, new object[] {"c:\\poppins\\Poppins-Medium.ttf", "Poppins Medium", "regular"});
            methodAdd.Invoke(fontContainer, new object[] {"c:\\poppins\\Poppins-Light.ttf", "Poppins Light", "regular"});
            methodAdd.Invoke(fontContainer, new object[] {"c:\\poppins\\Poppins-SemiBold.ttf", "Poppins SemiBold", "regular"});
Unplanned
Last Updated: 14 Feb 2018 06:47 by Holger
Created by: Holger
Comments: 0
Category: Reporting
Type: Feature Request
4
Please support OData services as built-in report datasource.

We would like to use Telerik Reporting and Report Server but the missing support for OData is holding us back.
Declined
Last Updated: 31 Jan 2018 14:42 by ADMIN
Created by: Chase
Comments: 1
Category: Reporting
Type: Feature Request
2
Diagram attached. 

When there are sub reports and KeepTogether would require a dataset to use multiple pages the report renderer fails to honor page breaks. Rather than use the new page it should be using to present the page, it bleeds onto the prior page which has a page break set. 

See Ticket #1144729 for all the relevant information regarding the version, setup etc. and attached examples. I was directed here to the feedback portal so your staff has led me to believe this is an existing issue with the current iterations of the report project.

Additionally me original forum post below.
https://www.telerik.com/forums/keeptogether-not-honoring-page-breaks 
Completed
Last Updated: 19 Jan 2018 15:35 by Pete
Created by: Patrick
Comments: 4
Category: Reporting
Type: Feature Request
2
In the "Configure SQL Data Source" window. Let us be able to maximise the window for the "Select Statement". First, the query builder can do nothing as soon we use a little bit complexe query. And for long query, it's a pin in the ass to work with two scroll bars. 

Thanks
Declined
Last Updated: 15 Dec 2017 15:38 by ADMIN
I have a requirement to implement multiple report with same content except the table content. Table content is binded through List(by ID, fetch details from table). Can you please guide me, what should be my approach?
Unplanned
Last Updated: 11 Dec 2017 13:33 by Scott
Created by: John
Comments: 1
Category: Reporting
Type: Feature Request
7
It would be great to be able to plot a "Heat Map" style report
Unplanned
Last Updated: 08 Dec 2017 10:02 by ADMIN
ADMIN
Created by: Ivan Hristov
Comments: 0
Category: Reporting
Type: Feature Request
0
The Shape item supports custom-generated shapes, but currently this can be achieved only programmatically. It will be useful if the user could provide its own Shape implementations that is supported by the report designer.
Unplanned
Last Updated: 07 Dec 2017 13:23 by ADMIN
ADMIN
Created by: Ivan Hristov
Comments: 1
Category: Reporting
Type: Feature Request
3
Provide CanShrink property to report page sections so they can change their size dynamically depending on their contents. It will be very useful in scenarios where items in the page section are hidden conditionally and page sections needs to resize, allowing the detail section to use the available space.
Completed
Last Updated: 07 Dec 2017 12:43 by ADMIN
In the standalone report designer, when I copy and paste a group of adjacent TextBoxes, overlap warning icons appear on some of the pasted items.  I then tried moving the group of pasted items to a new snap-to-grid location, but the icons do not go away.  This can create a good deal of work to clear up the warnings by individually adjusting the affected items.

In the attached report, the three items in the report header are the original TextBoxes without overlap.  The three in the detail section are the cut and paste items showing overlap warnings.    The three in the page footer section are the cut and paste and move items still showing overlap warnings.

After submitting this as a support ticket, I received this message from Telerik: "The development team found an issue in the Copy/Paste logic and updated it. The change will be available in the next internal build for tests."  I was using 2017 R2, version 11.1 17.614.
Declined
Last Updated: 07 Dec 2017 08:01 by ADMIN
Created by: JW
Comments: 2
Category: Reporting
Type: Feature Request
0
When selecting report in print preview mode with a windows DP setting of 125% the report is not corrected. This results in report which is shifted on paper when printing is invoked. See attached file. Request a setting which can overrule the operating system DPI setting.
Unplanned
Last Updated: 07 Dec 2017 07:52 by ADMIN
Suppose I have create a chart with fixed y axis (from -4 to 4), Instead of displaying numeric value on the y axis label, i will need to change it to other strings like :
-4 -> -4σ
-3 -> -3σ
-2 -> -2σ
-1 -> σ
0 ->x̄
1 -> σ
2->2σ
3->3σ
4->4σ

It would be nice if it can format the value of each Axis label (particularly for fixed max and min value)
Unplanned
Last Updated: 07 Dec 2017 07:35 by ADMIN
Currently the gridlines are displayed only under the series but in some cases it would be better to be visible over the series. In case the graph displays Area series and then Line series over the Area, the Area hides the gridlines so they can not be used to match the X and Y on the Line series.
Unplanned
Last Updated: 07 Dec 2017 06:51 by Naureen
please add a  feature to set multiple color palette for graphs series and based on user selection we should be able to  switch them conditionally
Declined
Last Updated: 06 Dec 2017 15:44 by ADMIN
Created by: Will
Comments: 1
Category: Reporting
Type: Feature Request
2
HTML content is currently displayed verbatim in Report Viewer Tooltips. Tooltips should work as kendo tooltips usually do, rendering HTML when detected.
Declined
Last Updated: 06 Dec 2017 15:42 by ADMIN
freeze certain columns in a table when we scroll right and left in Telerik Report and the same should be applicable when we do export to excel