Unplanned
Last Updated: 06 Jul 2020 08:59 by ADMIN
Created by: Siva
Comments: 0
Category: Reporting
Type: Bug Report
2

Sometimes the following unexpected behavior can be observed with the WinForms report viewer.

Steps to reproduce:

1. Run the WinForms application;

2. Select a value for the parameter and click on Preview.

The window's size is decreased.

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.

Unplanned
Last Updated: 30 Jun 2020 14:37 by SL
Created by: Chirag
Comments: 6
Category: Reporting
Type: Feature Request
30
It would be good a maintain the scroll position on the parent page while navigating back from a drill-through report (using the back button of the report viewer) specially if the parent page contains a vertical scrollbar. This would enhance the user experience and eliminate the need to scroll back to the original position.
Under Review
Last Updated: 30 Jun 2020 13:26 by ADMIN
When i use "MultiSelectEditor" with parameters that have MultiValue set to true and have provided AvailableValues, it doesn't handle them. Only when i use those parameters with "MultiValueEditor" then it handles them even though "MultiValueEditor" is used with parameters that have not provided AvailableValues.
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: 25 Jun 2020 15:06 by ADMIN
The MsSqlServerStorage class uses a hard-coded string "TR" for its ApplicationName attribute in the connection string. This hard-coded string should be configurable and should not overwrite already existing ApplicationName attribute, if set.
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.
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: 19 Jun 2020 06:45 by ADMIN

Provide NuGet package with UI for WPF NoXaml dependencies for adding it to the project that hosts WPF report viewer:

Telerik.Windows.Data.dll

Telerik.Windows.Controls.dll

Telerik.Windows.Controls.Input.dll

Telerik.Windows.Controls.Navigation.dll
Completed
Last Updated: 18 Jun 2020 12:43 by ADMIN
Release R2 2020 SP1
Due to breaking API changes in .NET Core 3.0, the .NET Standard 2.0 build of the Telerik.WebReportDesigner.Service is not compatible with .NET Core 3.0. The package should provide a variant of the assembly targeting .NET Core 3.0.
Completed
Last Updated: 18 Jun 2020 12:43 by ADMIN
Release R2 2020 SP1
Created by: Ludek
Comments: 1
Category: Reporting
Type: Bug Report
3

Print functionality doesn't work in React application.

Steps to reproduce:

1. You may use the sample project from How to use HTML5 Report Viewer in React Application article.

2. Run the project and click on Print.

The following error can be seen in the browser's console: Resource interpreted as Document but transferred with MIME type application/pdf: "https://demos.telerik.com/reporting/api/reports/clients/a7fdd020ec4/instances/3f53abd1614/documents/c3923e685e6d6ebefb3d11?response-content-disposition=inline".

Completed
Last Updated: 18 Jun 2020 12:42 by ADMIN
Release R2 2020 SP1
When the DataMatrix encoder is used in Barcode item and the provided value evaluates to null or an empty string, the barcode item renders an exception message rather than rendering an empty placeholder.
Completed
Last Updated: 18 Jun 2020 12:42 by ADMIN
Release R2 2020 SP1
When I set all Graph Paddings to 0 and LabelPlacement to None, there is still a place left between the Graph Axis and the Graph Border.
Unplanned
Last Updated: 18 Jun 2020 08:12 by ADMIN
It would be helpful if you add the ability to import styles into a report from XML. Currently, your users have to save the report, unzip, edit the XML, rezip, reopen and save back to the Report Server for every report.
Unplanned
Last Updated: 16 Jun 2020 14:11 by ADMIN
I use conditional formatting to achieve alternating table row colors. One of the rows has top and bottom borders that appear with different thicknesses in the alternating rows. You can see it in both the Designer preview mode as well as in the PDF and on a printed copy of the PDF.
Unplanned
Last Updated: 15 Jun 2020 08:32 by ADMIN
If I set the column width of a Table with Bindings, everything works as expected when the Table has data. When there is no data in the Table and only the row headers are displayed, the Binding of the width is not respected.
Completed
Last Updated: 09 Jun 2020 15:16 by ADMIN
Release 2020 R2 (Latest Internal Build)
The column widths are narrower than their designed size when exporting to XLSX on machines with DPI > 96. In such scenario the cell contents get wrapped, making the report harder to read.
Unplanned
Last Updated: 08 Jun 2020 11:15 by ADMIN
If you set the Html5 Report Viewer scaleMode to FIT_PAGE_WIDTH or other value different from the default one, the viewer won't resize properly when the user switches the browser window size with the Restore Down/Maximize button.
Completed
Last Updated: 08 Jun 2020 08:10 by ADMIN
Release 2020 R2 (Latest Internal Build)
When the WPF ReportViewer is hosted in a RadTabItem, removing the RadTabItem from its RadTabControl doesn't free the memory, occupied by the report viewer instance, thus producing a memory leak.
Under Review
Last Updated: 05 Jun 2020 08:10 by ADMIN

When the Report is shown in the HTML5 Interactive viewer, you can move the mouse over the cells in the Hyperlink column. When a cell has the mouse cursor hovering over it, a gray border is drawn around the cell.

The problem is that this gray border is partially covered by the Background color of the next cell.