Unplanned
Last Updated: 13 Dec 2018 09:59 by ADMIN

Allow the WPF viewer theme to be set using resources for the current window instead of setting resources on application level. Now the theme can be set using <Window, but this approach will not work for the Search window, which is a separate window and therefore fails to resolve its styles.

Unplanned
Last Updated: 21 Dec 2018 06:54 by xclirion
Created by: xclirion
Comments: 1
Category: Reporting
Type: Feature Request
2

As for now, from the supported rendering extensions, only the PDF renders a document map as Bookmarks pane. All other rendering extensions ignore document maps.

It would be nice to have Document Map in Word documents too.

Unplanned
Last Updated: 20 Feb 2019 11:07 by ADMIN
Created by: Jerry Marquardt
Comments: 0
Category: Reporting
Type: Feature Request
2
It would be convenient to be able not only to select but also to type values manually (i.e. search) in the Multivalue Report Parameter editor control
Unplanned
Last Updated: 26 Feb 2019 07:21 by ADMIN
Created by: n/a
Comments: 1
Category: Reporting
Type: Feature Request
2
It would be convenient if it is possible to set the Encoder of the Barcode with binding, e.g Encoder type to be able to come from the database
Unplanned
Last Updated: 26 Feb 2019 17:06 by ADMIN
I have a customer request to Scale to Fit One page when exporting a report to excel. It is a large document created via the crosstab. I am Requesting that on export to excel, the property of Scale to Fit page can be set.
Unplanned
Last Updated: 01 Mar 2019 08:28 by ADMIN
The PDF rendering does not respect the new line characters in a multiline text watermarks, rendering it on a single line.
Completed
Last Updated: 19 Jun 2019 12:25 by ADMIN
Release R2 2019 SP1
Created by: Daniel
Comments: 1
Category: Reporting
Type: Bug Report
2
A valid URL, part of which is '/respuestas%2F138%2F116?' contains the substring '%2F' that is the URL Encoding for '/'. The image from the URL can be successfully opened in a browser. It cannot be resolved properly from the Reporting engine, as the actual request made for the image (as seen in Fiddler) contains '/respuestas/138/116?' instead of the original part - note the '/' replacing the original '%2F", which is not valid and causes a '400 Bad request' error.
Unplanned
Last Updated: 21 Mar 2019 08:02 by ADMIN
Created by: Guillermo
Comments: 1
Category: Reporting
Type: Bug Report
2

Good afternoon. When I export a report with a crosstab that contains vertical titles to PowerPoint, the titles are not visible. Please could you help me fix it. Thank you.

Completed
Last Updated: 21 May 2019 08:38 by ADMIN
Unplanned
Last Updated: 05 Apr 2019 06:09 by ADMIN
Created by: Joel
Comments: 0
Category: Reporting
Type: Feature Request
2
It would good if it is possible to set the Value of PageBreak conditionally or based on some value.
Completed
Last Updated: 20 Jun 2019 13:17 by ADMIN
Release R2 2019 SP1
When exporting a report with Crosstab which data source doesn't have any data, and the NoDataMessage property is not set, the report designer/viewer throws an error with message "Index was outside the bounds of the array”
Completed
Last Updated: 15 May 2019 12:05 by ADMIN
When the Telerik Report Viewer is deleted from the DOM and the new one is created, the report styles are not loaded
Completed
Last Updated: 14 Jul 2020 19:09 by Thomas
Created by: Thomas
Comments: 2
Category: Reporting
Type: Bug Report
2

If during the report rendering stage, one or more of the required entities in the File storage were removed/deleted by third-party software, it will prevent the report from finishing the rendering and throws a NullRefereceException:

System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.Reporting.Services.Engine.Document.AddClientToolTipsResource(IList toolTips)
   at Telerik.Reporting.Services.Engine.Document.FinishRendering(ReportRendererResult result)
   at Telerik.Reporting.Services.Engine.ReportEngine.RenderReportDocument(String pendingRenderingId)
   at Telerik.Reporting.Services.Engine.TaskQueue.WorkerThread.ProcessItems()
   at Telerik.Reporting.Services.Engine.TaskQueue.WorkerThread.ThreadProc()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()]

Unplanned
Last Updated: 20 Jun 2019 10:37 by ADMIN
The border of the text which is located in the HtmlTextBox does not appear in the HTML5ReportViewer
Unplanned
Last Updated: 26 Jun 2019 13:09 by ADMIN
When in a table group GroupKeepTogether is set to True and PageBreak to After, the Table item may not render correctly in physical paging formats. In formats, without physical paging, the report is displayed correctly.
Unplanned
Last Updated: 15 Jul 2019 15:03 by ADMIN
When a Panel is left docked to the detail section of a report and a table spills to another page, leaving empty space at the bottom (to indicate the table continues), the Panel height is less than the detail section height.
Unplanned
Last Updated: 18 Jul 2019 10:15 by ADMIN
Created by: Daniel
Comments: 0
Category: Reporting
Type: Bug Report
2
When you set a value of the border width less than 0.5px, then it will be not shown in the HTML report viewer. For that reason consider allowing values which are at least 0.5 px.
Unplanned
Last Updated: 31 Jul 2019 15:50 by ADMIN
Created by: Iosif
Comments: 1
Category: Reporting
Type: Bug Report
2

When a textbox had a value and after that the value was deleted, if you try to set a language for the report the following error message occurs: "textbox26.width cannot be parsed as a unit because it does not contain numeric values. 

Completed
Last Updated: 01 Nov 2019 16:46 by ADMIN
We currently allow our users to save Telerik Reports parameter values so they can be scheduled for delivery or run later without the need to enter all the parameter values.

In some instances, some of the saved parameter values are not available at run time. This currently results in the parameter value to be set to Null.

For example, we have a Customer parameter that lists all existing customers and the user selects a few customers from the list and saves the report for later user. One of the saved customer is then deleted from the database. Now when the saved report is run and all the saved customer ids are passed including the customer id that is deleted from the database the Customer parameter is set to Null.

Can non-existing report parameter values be ignored and the parameter be populated with the values that do match?
Unplanned
Last Updated: 28 Aug 2019 08:51 by ADMIN
Created by: Daniel
Comments: 0
Category: Reporting
Type: Feature Request
2
Is there a way to get the query builder to show oracle synonyms?