Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)
The PDF export produces an invalid document when the accessibility features are enabled and the engine runs in Docker environment with Linux containers.
Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)
Exporting a report with enabled accessibility to PDF or TIFF formats results in ArgumentOutOfRangeException.
Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)

The labels of the axes and data points of a Bar chart are not correctly placed in PDF rendering when using .NET Core. The Graph is rendered on multiple pages. The appearance on the first page is correct and deteriorates on the next pages.

In.NET Framework, the same report is rendered as expected.

Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)

The label connectors are not displayed when the graph contains a second coordinate system, which is configured for non-pie charts, but is not used by the graph series.

Pie chart coordinate system has Category Scale for its Radial Axis and Numerical Scale for its Angular Axis.

Since the second coordinate system is not used by the series it should not affect the appearance of the label connectors.
Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)
The Context Menu does not pop-up when you right-click on a Report Parameter in the Report Explorer of the designer.
Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)
Created by: Jaume
Comments: 0
Category: Reporting
Type: Bug Report
1
When there are two data items sharing the same CubeDataSource with query with parameters, the first data item is rendered correctly and the second one throws the exception 'An error has occurred while processing Graph 'graph1': Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index.'
Unplanned
Last Updated: 27 Mar 2020 11:03 by ADMIN
Created by: Barry
Comments: 3
Category: Reporting
Type: Bug Report
1

The pdf documents generated with Telerik Reporting are not compatible with the BlueBeam Revu PDF editing tool.

For example, if we select a text and try to change the font size, the selected text inverts (upside down) and flies to the left of the document. 

Unplanned
Last Updated: 24 Mar 2020 09:38 by ADMIN
Sometimes when you make a change in the Visual Studio report designer, then save it and click on Preview, the project is built but the report remains in Design mode.
Unplanned
Last Updated: 17 Mar 2020 06:53 by ADMIN
In the HTML5 Report Viewer, in case there are cascading parameters, the ValueMember is displayed instead of DisplayMember. In the report designers, the behavior works as expected.
Unplanned
Last Updated: 13 Mar 2020 12:37 by ADMIN
Under Review
Last Updated: 09 Mar 2020 15:56 by ADMIN
ObjectDataSource with parameters of types Object[], String, and DateTime throws an exception in Report Designer Data Explorer. The error states that 'Member GetMissingSwipes(System.String filePath) on type GroupDataTable not found.' although the data source is configured to utilize a method with the same name with three parameters.
Unplanned
Last Updated: 06 Mar 2020 11:15 by ADMIN
Created by: Piyush Bhatt
Comments: 0
Category: Reporting
Type: Bug Report
1

The pinch zoom feature on mobile devices is not working as expected.

  • On iOS devices, the zooming is fidgety, zooming is not accurate where the pinching gesture occurs.
  • On Android devices, Zoom In on the report will take the page to the top left. 
Declined
Last Updated: 06 Mar 2020 07:09 by ADMIN
Created by: Venkat
Comments: 0
Category: Reporting
Type: Feature Request
0

Hi Team ,

 

* We have created a ASP.NET MVC Project --> Created a new application related to our company which includes login page and the next page

* For creating a report , we have created a Telerik report library --> And then we have designed a report and added a mvc report viewer page . 

* But we get certain errors saying few packages are not installed .

 

We have attached the solution and screenshot for your reference

Unplanned
Last Updated: 29 Feb 2020 13:11 by Glenn
Created by: Karl
Comments: 3
Category: Reporting
Type: Feature Request
6
alot modern apps will be using uwp would be nice if we could use reporting with it
Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
The File cache is not cleaned by the REST Service after stopping it. This can be observed with the default cache settings and a report with a large image, and when the File cache is configured explicitly from the 'cache' element of the Telerik.Reporting configuration section.
Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
Created by: Sami
Comments: 1
Category: Reporting
Type: Bug Report
1
The TOC is missing when the report is exported programmatically to Word in .NET Core application
Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1

When the culture of the thread is the default one, the private font (e.g. "Shadow Brush") will be replaced with a substitute in the Html5 Viewer (e.g. "Verdana") as the viewer does not respect private fonts. This is normal and expected behavior. When exported to PDF the text is displayed with the correct font ("Shadow Brush") but the embedded font as claimed by the Font properties of the PDF document reader is the substitute font ("Verdana").

When the culture of the thread is changed, the private fonts are not respected and not embedded in PDF rendered document at all. The text does not appear.

Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
Created by: Maxim
Comments: 0
Category: Reporting
Type: Bug Report
1
If the database that is assigned to the report contains empty records, in Linux and Mac the report is rendered on more pages.
Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
If you add the Telerik.WebReportDesigner.Services package to a working .NET Core 3.1 project using Telerik Reporting, the built fails with System.Reflection.ReflectionTypeLoadException
Completed
Last Updated: 26 Feb 2020 15:07 by ADMIN
Release 2020\R1 SP1
Currently, there is no WebServiceDataSource property for controlling the Timeout for canceling the task for fetching the data. The default value is 100s, as inherited from the HttpClient. In some cases this is not sufficient, causing the cancelation of the task and failure of the report.