Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)

Due to specifics in font resolving mechanism on Linux, some fonts cannot be resolved correctly when the font name includes the font-face name - for example, the name "Noto Sans CJK TC Regular" would resolve the font-face "Noto Sans CJK TC".

Unplanned
Last Updated: 19 Jun 2020 14:47 by ADMIN
The JsonDataSource Wizard window displays only the header and the buttons of the editor on monitors with 4K+ resolution. See the attached screenshot.
Unplanned
Last Updated: 22 Jun 2020 12:28 by ADMIN
Created by: Sam
Comments: 0
Category: Reporting
Type: Feature Request
1
Please, add an option that would allow the direct usage of Entity DataSource in .NET Core.
Under Review
Last Updated: 01 Jul 2020 08:57 by ADMIN
Created by: Pete
Comments: 2
Category: Reporting
Type: Feature Request
1

The Telerik.ReportViewer.Wpf NuGet package does not contain all the dependent UI for WPF assemblies. I cannot use the UI for WPF NuGet packages without also having a license.

It would be nice if the WPF Report Viewer NuGet package included all the dependent UI for WPF assemblies.

Completed
Last Updated: 15 Dec 2020 10:50 by ADMIN

Currently, you need to add the Web Report Designer manually following the steps here:

https://docs.telerik.com/reporting/web-report-designer-setup-in-net-core

https://docs.telerik.com/reporting/web-report-designer-setup-in-dot-net-framework

It would be nice to have templates in VS as an easier way of adding the Web Designer.

Unplanned
Last Updated: 29 Jun 2020 07:55 by ADMIN
Created by: Pete
Comments: 0
Category: Reporting
Type: Bug Report
1

When displaying a report in the WPF Report Viewer, with a TextBox in the page Footer, using the Expression:

= Format("Page: {0} of {1}", PageNumber("groupPerson", Fields.PersonId), PageCount("groupPerson", Fields.PersonId))

The whole report is displayed and printed correctly.

When a single page is printed, for example: Page 3 of 5, using the Print Dialog, the page number is incorrectly printed as: Page 3 of 1

Planned
Last Updated: 16 Jul 2020 12:28 by ADMIN

Hello, 

 

I currently have a WebServiceDataSource in my report using a POST Method, a Body and a Parameter for Content-Type.

However, if I try to add a second WebServiceDataSource with a Content-Type parameter it throws an error saying that the Name already exists.

See the following screenshot for a visual reference.

 

Under Review
Last Updated: 17 Feb 2021 13:38 by ADMIN

I am currently using Reporting 13.2.19.1030.
The following error occurred while using Reporting.

'Non-Error promise rejection captured with value: Error shown. Throwing promises chain stop error.'

I looked up the cause of this error, and I was able to confirm the following article.

https://feedback.telerik.com/report-server/1401328-report-server-ui-shows-error-shown-throwing-promises-chain-stop-error-when-scheduling-report-with-parameters-and-unregistered-data-connection

As explained in the above article, the error in Report Server (5.1.19.618) has been corrected to appear to be a significant error.

So I looked up the release note to see if this error was fixed in the Reporting product, but I couldn't find any related information.

Is this error corrected on the Report Server only and not corrected in Reporting? If so, when can it be revised?

Duplicated
Last Updated: 14 Feb 2024 13:48 by ADMIN
Created by: Hengky
Comments: 1
Category: Reporting
Type: Feature Request
1

It would be nice to have a query builder in the web report designer like in the stand alone report designer. 

Completed
Last Updated: 30 Jul 2020 09:43 by ADMIN

When Windows display scaling is set to 150%, the stand-alone report designer causes the resulting Excel Worksheet export to shrink from its expected layout.

Steps to reproduce:

  1. Set display scaling to 150% in Windows Display Settings
  2. Start the standalone Telerik Report Designer and open the Invoice example report
  3. Preview the report for order SO51081 and export to "Excel Worksheet"
  4. Open the report in Excel.
    Issue:
    Its formatting is not as expected, note the contact name is cut off and overall the output is squished together.
  5. Close the Telerik Report Designer
  6. Set display scaling to 100% in Windows Display Settings
  7. Repeat steps 2 through 4 and note the improved rendering of the Excel Worksheet at standard display DPI.

I've attached my XLSX file results for 150% scaling and 100% scaling to show the problem.

I would not expect my display settings to alter the export of Excel Worksheet files in the Telerik Report Designer application.

150%:

100%:


Unplanned
Last Updated: 05 Aug 2020 08:47 by ADMIN
Created by: ADRIANO
Comments: 0
Category: Reporting
Type: Feature Request
1

Sometime the design of the report is too complex (the graphic design) and using a table for suppressing repeating values is not possible.

It would be really nice to have the Suppress if duplicated property in the textboxes so as to be able to use it in the detail band, also it should repeat it only on the first detail of a new page.

 

Completed
Last Updated: 16 Sep 2020 13:21 by ADMIN
Release 2020 R3
The WPF Viewer displays the PageSettings menu button disabled when the viewer uses REST Service in .NET Core 3.1. When the viewer is used with service in .NET Framework or with an embedded Reporting engine, the button is enabled.
Unplanned
Last Updated: 24 Sep 2020 13:20 by ADMIN
Created by: William
Comments: 1
Category: Reporting
Type: Feature Request
1

In the secure and session based environment, it may take a while to design a report. Meanwhile, the session may expire. Or even anything could happen e.g. internet loss, power loss. In that case, all of the designs that the user has made after spending a lot of hard work and time; are lost.

There should be an auto-save feature in Report Web Designer. It would be great if this is API based. e.g. AutoSave(true/false), AutoSaveInterval(seconds), etc.

Completed
Last Updated: 08 Oct 2020 12:46 by ADMIN
Release R3 2020 (Latest Internal Build)
Created by: Nicholas
Comments: 0
Category: Reporting
Type: Bug Report
1
After upgrading to 14.2.20.916, the PictureBox control is no longer loading an image via URL due to a URL limit of 260 characters. We use Google static images which can have much longer URL lengths.
Completed
Last Updated: 08 Oct 2020 12:46 by ADMIN
Release R3 2020 (Latest Internal Build)

I have a PictureBox item with a background image and no image value. When rendering in either of the Excel formats from a web application or from the Standalone designer, they throw an "Object reference not set to an instance of an object." exception. Here is the response from Fiddler:

{"message":"","exceptionMessage":"Object reference not set to an instance of an object.","exceptionType":"Telerik.Reporting.Services.Engine.DocumentRenderException","stackTrace":"   at Telerik.Reporting.Services.Engine.Document.GetDocumentInfo()\r\n   at Telerik.Reporting.Services.WebApi.ReportsControllerBase.GetDocumentInfo(String clientID, String instanceID, String documentID)\r\n   at lambda_method(Closure , Object , Object[] )\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_2.<GetExecutor>b__2(Object instance, Object[] methodParameters)\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__6.MoveNext()"}

Completed
Last Updated: 11 Feb 2021 11:20 by ADMIN
Release R1 2021
The issue is reproducible in all dialogs that have grids, for example Edit Filters dialog:
Image

When the cell is focused and being edited, pressing the arrow keys moves the selection to the previous or next cell instead of moving the cursor within the grid cell.
Completed
Last Updated: 20 Jan 2021 14:04 by ADMIN
Release R1 2021

When configuring a WebServiceDataSource in the Web Report Designer in ASP.NET,  upon previewing the data there is an error '404 Not Found". The same web service was successfully resolved by the Standalone designer and in the ASP.NET Core demo.

The data source fields were visible and usable in the designer also under ASP.NET Web Report Designer.

Completed
Last Updated: 18 Nov 2020 10:24 by ADMIN
Release R3 2020 SP1 (Latest Internal Build)

The issue occurs when a report contains a subreport with InstanceReportSource set as its ReportSource. If the report definition in this InstanceReportSource contains data sources, they will be serialized as DataSourceRef objects instead of using their actual type names like EntityDataSource, CsvDataSource, etc.

The issue is reproducible only in Standalone Report Designer, i.e. serializing/deserializing the report definition programmatically would work as expected.

The issue is introduced in Telerik Reporting R1 2019.

Unplanned
Last Updated: 02 Nov 2020 14:21 by ADMIN
Created by: Rajika
Comments: 0
Category: Reporting
Type: Feature Request
1

Currently, you may aggregate values from a certain scope for a particular page with the Page function PageExec. It would be great to be able to display also the carryover aggregates up to the current page. 

For example:

Page 1: Page1 Sum = 10; Total Sum at the end of the page1 = 10
Page 2: Page2 Sum = 5;   Total Sum at the end of the page2 = 15
Page 3: Page3 Sum = 13; Total Sum at the end of the page3 = 28
Completed
Last Updated: 18 Nov 2020 10:24 by ADMIN
Release R3 2020 SP1 (Latest Internal Build)
If you set a DataSource for the Report Parameter AvailableValues and try to configure the parameter ValueMember or DisplayMember, the corresponding editor in the Web Report Designer displays the report DataSource instead of the parameter DataSource. For that reason, the correct fields cannot be selected from the editor and must be typed manually. The linked video demonstrates the problem.