Completed
Last Updated: 02 Dec 2014 04:36 by Bertus
Created by: Edu
Comments: 2
Category: Reporting
Type: Feature Request
3
I'm planning to use Telerik Reporting as the reporting soltion for a customer portal that I'm developing. This portal will be sold to multiple customers and amongst other things the customers will be able to add their own reports that they will build using the Stand Alone Report Designer.
Please consider adding a Query Builder, similar to what is in the Visual Studio version of the Report Designer to the Stand Alone Report Designer as this will greatly enhance the user experience and negate the need to use other tools to build the queries, especially as many end users would not have access to tools such as SQL Management Studio, etc.

Regards

Edu
Completed
Last Updated: 07 Oct 2015 08:56 by ADMIN
Created by: Edu
Comments: 1
Category: Reporting
Type: Feature Request
4
In general I quite like the Stand Alone Report Designer but one thing that is a bit painful is that the default height of new fields are way to big. About half the current height would be more appropriate. It wastes time to have to resize every field after adding it, and especially also having to also shrink the height of details section is you added a new field to it.
It would be ideal if you could add a configuration section where everyone can specify their own default values such as field height but page size would also be handy.

Thanks for a very handy product.

Regards

Edu
Unplanned
Last Updated: 03 Nov 2017 07:33 by ADMIN
Created by: Edu
Comments: 1
Category: Reporting
Type: Feature Request
2
I've been using the Stand Alone Report Designer a fair bit lately but find myself having to switch between the Home, Insert and Data tabs quite a bit. It would be a great time saver if the Report Designer had a dockable toolbar (defaulted to the right) like in Visual Studio with short-cuts to adding things like Text boxes, pictures, etc.

Regards

Edu
Unplanned
Last Updated: 03 Nov 2017 07:20 by sitefinitysteve
Created by: sitefinitysteve
Comments: 0
Category: Reporting
Type: Feature Request
2
It's confusing which rule does what by looking at the current UI...would be nice to give them aliases\friendly names which mean something when you go back 2 months later, know what I mean?
Completed
Last Updated: 26 Feb 2020 06:20 by ADMIN
Created by: Miky
Comments: 13
Category: Reporting
Type: Feature Request
45
It would be nice, if not required by our client, to have 100% Web-based, Rich, Ad-hoc Reporting Solution.
Something similar to the one in ComponentOne Active Report 
Completed
Last Updated: 14 May 2020 07:02 by ADMIN
Release 2020 R2
Created by: Kevin
Comments: 21
Category: Reporting
Type: Feature Request
35
Please add support for Data Matrix barcodes.  As of Q3 2014 this is the only format we will still need to rely on another library to create an image that is placed in a picture box.  We would much rather be able to use the Barcode control for all our barcode requirements.
Declined
Last Updated: 10 Sep 2021 06:33 by Rahul
Created by: Mhd.Ahd
Comments: 2
Category: Reporting
Type: Feature Request
0
When using multi-child select statement like the below:

SELECT ORG, C1, C2, ... FROM (
   (SELECT X FROM Y WHERE Z1 = xxx AND Z2 = :param1 AND DATE BETWEEN :param2 AND :param3) C1,
   (SELECT X FROM Y WHERE Z1 = yyy AND Z2 = :param1 AND DATE BETWEEN :param2 AND :param3) C2,
   ...
)
Then binding with report parameter will be like:
param1 = rpt_param1
param2 = rpt_param2
param3 = rpt_param3

The an error occurred while excuting the query in the datasource wizard.
Also, some time the wizard accepts the query but the preview mode will display the same error.
The error is "ORA-01008 : Not all variables bound"

______________________________________
Workaround: Don't use the same query parameter in more than one child select statement. Create new datasource parameters per each select statement; then bind them all to the same report parameter. 

SELECT ORG, C1, C2, ... FROM (
   (SELECT X FROM Y WHERE Z1 = xxx AND Z2 = :param11 AND DATE BETWEEN :param12 AND :param13) C1,
   (SELECT X FROM Y WHERE Z1 = yyy AND Z2 = :param21 AND DATE BETWEEN :param22 AND :param23) C2,
   ...
)
Then binding with report parameter will be like:
param11 = rpt_param1
param21 = rpt_param1
param12 = rpt_param2
param22 = rpt_param2
param13 = rpt_param3
param23 = rpt_param3
______________________________________
Products:
* Report Designer v2014.Q2
* Oracle Database 10g1, 10g2 or 12c
* Oracle Client: ODTwithODAC 12.1.0.1.0 Or Less
Declined
Last Updated: 08 Dec 2014 12:29 by ADMIN
Created by: Mhd.Ahd
Comments: 2
Category: Reporting
Type: Feature Request
1
When opening a data source by the wizard and go through it then save (even without any modification), the provider property will be cleared.

Workaround: Re-set the 'Provider name' again upon closing the wizard, by the properties window.

Product: Report Designer v2014.Q2
Unplanned
Last Updated: 23 Nov 2017 07:44 by ADMIN
Created by: Mhd.Ahd
Comments: 2
Category: Reporting
Type: Feature Request
1
The date format of the report parameters is related to the culture, but the data source parameter is not.
Unplanned
Last Updated: 05 Mar 2019 08:39 by ADMIN
RTL
Created by: Mhd.Ahd
Comments: 7
Category: Reporting
Type: Feature Request
32
RTL
Add Right to left attribute to the three levels of the reports, with default 'inherited' of child levels:
Level 1: The report document
Level 2: Report Section
Level 3: All type of object and controls including Table/CrossTable
Declined
Last Updated: 23 Sep 2014 13:16 by ADMIN
Created by: Darius
Comments: 1
Category: Reporting
Type: Feature Request
2
In the attached photo, I combined the first 2 pages of the PDF I get when I export the reports as a PDF (there were 198 pages in total). The second page is the continuation of the bar chart, as the bars expand. This is not readable or insightful to a user who wants to view the report, as he/she can not see any of the labeling of the X or Y axis on the second page. I would like to see labeling of both the X and Y axis on each page, so that the reports are easier to read. The same applies for graphs, columns, and table reports as well. 
Unplanned
Last Updated: 06 Apr 2017 11:02 by Wim
Created by: Krzysztof J.
Comments: 2
Category: Reporting
Type: Feature Request
9
For Clustered Column graph should be some feature allowing to mark zones, something like marked zones.
Unplanned
Last Updated: 31 Oct 2016 16:08 by ADMIN
Created by: Tim
Comments: 2
Category: Reporting
Type: Feature Request
1
Are there plans to include the Intelligent Mail barcode symbology in the barcode control? We have a client requesting it. 
Declined
Last Updated: 16 Mar 2016 13:13 by ADMIN
Created by: sitefinitysteve
Comments: 5
Category: Reporting
Type: Feature Request
1
If I have my project set to point to a solution folder for the reporting DLLs...and I run the upgrade wizard it changes those references to be instead the installation folder for reporting, so then when I try to deploy (copy) a project...it tanks saying it can't find the DLLs...

If the reference isn't set to a telerik installation folder please don't change it on me
Unplanned
Last Updated: 07 Oct 2015 12:11 by ADMIN
Created by: Markus
Comments: 3
Category: Reporting
Type: Feature Request
1
When I select a column in a Crosstab and set a Binding for a Property (for example Visible) it will overwrite all existing Bindings for all Textboxes in that column without any warning. This shouldn't happen. At least there should be a Message that you overwirte existing Bindings and ask if you really want to do that.
Unplanned
Last Updated: 20 Sep 2021 10:57 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: Reporting
Type: Feature Request
4
It would be nice to have 3D chart capabilities such as those found in the WPF ChartView or even the KendoUI charts.  The Telerik Reporting charts , although feature rich, are rather plain looking.
Completed
Last Updated: 06 Jun 2016 08:14 by ADMIN
Created by: Justin
Comments: 7
Category: Reporting
Type: Feature Request
31
Interactive sorting would really help the HTML5 based report viewer hold it's own against SSRS.
Completed
Last Updated: 06 Oct 2015 15:15 by ADMIN
Created by: Vincent
Comments: 2
Category: Reporting
Type: Feature Request
11
Hi, for our coming cloud platform, we need a Report Service Engine which is capable of deliver Reports at a scheduled time to specific users in per ex: inbox or folder or etc...

Some of your competitor like ComponentOne seems to have already these kind of feature: http://www.componentone.com/SuperProducts/ActiveReports8Server/Server/

I would honnestly work with you guys so, I would love to see these kind of stuff in near future....

Txs
-Vince

ps. you may contact me for any question for more details or I would be part of any preview of beta ...
Declined
Last Updated: 04 Aug 2014 13:29 by ADMIN
Telerik.reportdesigner.exe crash with Null reference exception when add new object datasource with "Choose a data source member".
Completed
Last Updated: 03 Sep 2015 17:05 by Stéphane
Created by: ANTOINE
Comments: 4
Category: Reporting
Type: Feature Request
14
Actually, the report footer displays right after the preceding content. It would be very useful to force it to the bottom of the page, just before page footer