Unplanned
Last Updated: 30 May 2025 11:50 by ADMIN
Scheduled for 2025 Q3
Created by: Rich
Comments: 0
Category: Reporting
Type: Feature Request
4

I often need to have the same Report Parameters in different reports, including the main and its subreport. Currently, I need to add the parameters manually.

It would be very useful if we could copy/paste Report Parameters between reports.

 

Unplanned
Last Updated: 04 Feb 2025 08:20 by Alexander

The Web Report Designer lets the user change the size of a TextBox inside a Table cell from its Properties. The change is also visualized in design time. For example, if the TextBox is enlarged, it sticks outside the table.

The above change is not respected in the preview of the web designer.

I would expect such a resize to be impossible, as in the Standalone Designer; or the entire table column/row to change its size accordingly.

Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3
I am using the "sendEmail" property of the viewer to pass default settings for some of the inputs but those are not respected by the HTML5 Report Viewer and its wrappers with version 2025 Q2.
Completed
Last Updated: 12 Nov 2025 14:33 by ADMIN
Release 2025 Q4

When the WinForms Report Viewer is initialized from within the Form.Load Event, and the RefreshReport() method of the viewer is invoked before it is added to a parent form, the following exception will be thrown: 

Telerik.ReportViewer.WinForms.Licensing.UiLicensePresenter.ShowWatermark(Action showWatermarkCallback)
   at Telerik.ReportViewer.Common.TelerikLicensePresenterBase.PresentWatermark(Action showWatermarkCallback)
   at Telerik.ReportViewer.WinForms.WinViewer.OnPaint(PaintEventArgs eventArgs)
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
   at System.Windows.Forms.Control.WmPaint(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lpa

 

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.
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.