Unplanned
Last Updated: 07 Oct 2015 12:06 by ADMIN
Created by: Mandar
Comments: 1
Category: Reporting
Type: Feature Request
3
Please add ability to show vertical line markers on a Line series graph as show in attached file.
Completed
Last Updated: 31 Jul 2014 13:08 by ADMIN
Created by: Rick Kauwen
Comments: 1
Category: Reporting
Type: Feature Request
3
The expression language leaves much to desire, especially when working with object models. The most irritating is the iif function that evaluates all expressions, that forces to write user functions every time a method on an optional object should be called.
Ideally the scripting/expression engine is based on c# and/or vb compiler.
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.
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. 
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.
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: 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: 03 Nov 2017 07:34 by Craig
Created by: Craig
Comments: 1
Category: Reporting
Type: Feature Request
3
Need a way to export a drill down report with the visibility toggles as they are set in the Reportviewer.

Currently, if row visibility is something other than the default, if you export a report using the suggessted method:

Dim result As Telerik.Reporting.Processing.RenderingResult = _
		reportProcessor.RenderReport("PDF", ReportViewer2.ReportSource, New Hashtable())

Using fs As New System.IO.FileStream(filenamePDF, System.IO.FileMode.Create)
    fs.Write(result.DocumentBytes, 0, result.DocumentBytes.Length)
End Using
 
It loses the user defined visibility and exports the default.

If you use the Reportviewer.ExportReport() call, the report retains it's visibility, HOWEVER it prompts a file save dialogue. Unfortunately we cannot allow file browsing for our clients.

If we simply had an option with ReportViewer.ExportReport() to specify the file path to save to (preventing the file dialogue from popping up), this would be a non-issue.
Completed
Last Updated: 29 Aug 2017 12:42 by ADMIN
Created by: Mhd.Ahd
Comments: 2
Category: Reporting
Type: Feature Request
3
Create new parameters control (as same included in report viewer controls for WebUI, WinUI, ...); to provide the ability to gathering user values but without rendering the report.
It will help scheduling and background generation of reports.
Unplanned
Last Updated: 23 Nov 2017 08:17 by Patrick
Created by: Patrick
Comments: 0
Category: Reporting
Type: Feature Request
3
When converting Crystal Report templates (rpt files) to Telerik Reporter templates it would be very helpful to include the schema settings in the associated ttx file which provides the dataset info. This allows the layout to map properly to the converted template. Also any imbedded SQL statements found in the Crystal template could be captured and the conversion wizard could then query the developer on database connection requirements. These two abilities would make conversion a complete tool allowing rapid deployment of new Telerik report templates.
Declined
Last Updated: 08 Jun 2015 11:18 by ADMIN
Created by: Rick Kauwen
Comments: 1
Category: Reporting
Type: Feature Request
3
Datasources of tables and expressions are processed even when the item is not visible. This can lead to performance problems. It should be possible to disable certain items to be processed. The most obvious way is that items are not processed, that are not visible anyway.
Unplanned
Last Updated: 27 Nov 2017 07:10 by ADMIN
Created by: Ale
Comments: 2
Category: Reporting
Type: Feature Request
3
Ability to make a column in table or crosstab having width based on its content
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.
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: 16 Mar 2016 11:47 by ADMIN
Created by: Ollie
Comments: 1
Category: Reporting
Type: Feature Request
3
It would be good to use an expression to display visibility, so 'True', 'False' and Expression. The expression would just need to return a string value ("true", "false", "True", 1 etc.) that is passed to a bool parse and throws an exception if the expression can't be parsed.
Unplanned
Last Updated: 29 Nov 2017 07:36 by Pete
The Standalone Designer allows a template to be loaded from a .NET dll. Add the ability to load a template from a .NET exe.
Completed
Last Updated: 30 Nov 2017 06:31 by ADMIN
Created by: Christopher
Comments: 2
Category: Reporting
Type: Feature Request
3
The ability to use static values and display members as an array for a multi value parameter. I want my team to be able to use the standalone report designer without a custom User Function or a data source. We had been using SSRS and made a switch to Telerik, and this seems to be the only hangup that we are unable to convert cleanly.
Unplanned
Last Updated: 30 Nov 2017 06:36 by ADMIN
Created by: Pete
Comments: 2
Category: Reporting
Type: Feature Request
3
On opening the Expression Editor, if at least one Data Source is present on the Report, then the Fields item in the tree should automatically be selected. If no Data Sources are present on the Report, then the default selection should be the Report Parameters.
Completed
Last Updated: 20 May 2019 16:18 by Scott Waye
Created by: Scott Waye
Comments: 2
Category: Reporting
Type: Feature Request
3
With reference to support ticket 992325 where the behaviour of making minute changes to the measurements of grid columns occurs inadvertently I would like to suggest that this is changed and does not happen, i.e. improve the handling of floating point numbers in the serialization/deserialization process.  It causes noise in the source control history of the file.  Note that this behaviour is not apparent with comparable reporting solutions, e.g. SSRS/RDLC files.
Unplanned
Last Updated: 30 May 2017 06:20 by Masaru
Created by: Masaru
Comments: 1
Category: Reporting
Type: Feature Request
3
Japanese current GS1 QR code format guideline is using binary code for control code like '0x1d', '0x1e', '0x04'. Please check out the attached file. The guideline is compliant with ISO15394(JIS-X-0515). 
Telerik barcode item can print only text now. Then we cannot print the GS1 QR by telerik barcode item.