Unplanned
Last Updated: 22 Aug 2023 13:25 by Oybek

When I have a report that uses the Shape Report Item and I export it to Excel(XLSX) in Linux, upon opening the Excel file, I am met with the following warning:

We found a problem with some content in "Report.xlsx". Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes

Unplanned
Last Updated: 04 Sep 2023 12:53 by ADMIN
Created by: Tino
Comments: 3
Category: Reporting
Type: Feature Request
1
I'm missing PageMode in WinForms ReportViewer - please make the API the same.
Unplanned
Last Updated: 25 Apr 2024 06:03 by ADMIN

If cells grow or shrink, if there are hidden cells, any time a report section grows vertically, the next section/table is not respecting the growing of the previous item and text prints in the wrong spot or the table overlaps the previous table.

A potential workaround is to manually convert the troublesome tables to lists where possible.

Unplanned
Last Updated: 17 Aug 2023 15:24 by Hannes
In the Standalone Report Designer, when I try to add a SubReport to a panel located in a page section there is an error thrown but this action is allowed in the Web Report Designer which leads to unexpected report rendering or not rendering at all.
Unplanned
Last Updated: 17 Aug 2023 10:05 by Benedikt

The DocumentMapVisible settings that I set in the initialization of the WPF Report Viewer are not respected.

I can hide/show these areas from the buttons in the report viewer's toolbar but am unable to have them hidden initially.

Currently, the only workaround is to set an event on this.ReportViewer1.RenderingEnd += ReportViewer1_RenderingEnd; 

private void ReportViewer1_RenderingEnd(object sender, Telerik.ReportViewer.Common.RenderingEndEventArgs args)
		{
			this.ReportViewer1.DocumentMapVisible = false;
		}

Unplanned
Last Updated: 16 Aug 2023 08:42 by Dennis
Created by: Dennis
Comments: 0
Category: Reporting
Type: Feature Request
1

I installed the @progress/telerik-angular-report-viewer - npm (npmjs.com) package of version 19.23.718 in my project and noticed that the viewer's SASS template uses incorrect versions for its resource references.

    <link href="{service}resources/font/fonticons-17.1.23.719.css/" rel="stylesheet" />
    <link href="{service}resources/styles/telerikReportViewer-17.1.23.719.css/" rel="stylesheet" />

For the template to work with a Reporting service of the latest version(17.1.23.718), the template must be edited.

Unplanned
Last Updated: 08 Aug 2025 11:28 by ADMIN
Scheduled for 2025 Q4

When exporting a report to Excel with the UseExtendedFormatting parameter set to False, the Standard DateTime Format Strings are hard coded as custom formats in the generated XLS/XLSX document.

The custom formats correspond to the current regional settings or, if the report is rendered with a specific culture, the default date format strings for the selected culture.  

Unplanned
Last Updated: 21 Aug 2023 14:28 by ADMIN

I just migrated from building with react-scripts to Vite, as it seems react-scripts is deprecated. After the change, the react report viewer is not functioning correctly. Browser console shows:

Instantiation of Kendo TreeView as Document Map threw an exception TypeError: $kendoHtmlEncode is not a function

Uncaught (in promise) TypeError: $kendoHtmlEncode is not a function

 

Completed
Last Updated: 23 May 2025 08:03 by ADMIN
Release 2025 Q2
When I attempt to copy a table item in the EUD.NET, the table is not copied correctly. 
Usually, the first row stays as expected but the contents of the rows below it are pushed further top and the design ends up being messed up.
Unplanned
Last Updated: 26 Sep 2023 09:50 by ADMIN

I have cascading parameters, and in some cases, the data set for the dependent parameters is empty. In these cases, the parameter editor of the second parameter is displayed as an input/textbox rather than a dropbox without data.
In the Standalone Designer, the parameter editor is displayed as expected, with a dropdown without data.

The report for reproducing the issue is Product Line Sales-01.zip

Declined
Last Updated: 09 Aug 2023 14:32 by ADMIN
Created by: Foxy
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi,

I use Azure App Service Linux to host my .NET CORE ASP Server with Blazor as Frontend.
There is a way to embed Fonts using the telerikReporting / privateFonts configuration part. But as an application intended for multiple users (using different copies of Azure App Services), this is not a proper solution.

My idea whould be, to allow my client, who designs their own template using Telerik Report Designer (Standalone) (baed on many premade templates from my programm), to allow to embed their own Fonts from there, and upload the TRDX file to my server and let it render. Note that I use Telerik Reporting only in Backend and returns only rendered PDF files to the client (font end)

 

 

In short, allow TTF / OTF Font embedding in Telerik Report Designer, store it INTO TRDX / TRDP files.

 

 

Thanks

 

Vulpes

Completed
Last Updated: 17 Oct 2023 11:21 by ADMIN
Release 2023 R3

There is no way to send a bearer token with the requests to the reporting service made by the native Blazor Report Viewer because the viewer does not expose a property for setting the token. 

Duplicated
Last Updated: 01 Aug 2023 12:47 by ADMIN
Created by: Dali
Comments: 0
Category: Reporting
Type: Feature Request
1
Having columns draggable in design-mode to let user to re-arrange and add/remove the table columns.  Without this feature, I need to delete the table from the report, and then insert the table again when business user want to add/remove/re-arrange column to/from the table. 
Unplanned
Last Updated: 26 Jul 2023 08:25 by Rajendra Prabu

The background image of a report item is not sized correctly when exporting in PowerPoint format (PPTX) and have the UseMetafile flag set to false.
If the flag UseMetafile is set to true, the image is rendered as expected.

Unplanned
Last Updated: 25 Jul 2023 08:12 by Tony

We have an application that is generating very large reports in "Print Preview" mode.

When the first page of the report is generated the Export button gets enabled. If the user does not wait for the report to be fully generated, and clicks the Export button, it doesn't do anything. We have also seen the application crash after clicking the Export button while the pages are loading.

Duplicated
Last Updated: 28 Jul 2023 13:23 by ADMIN

When I conditionally hide a TextBox in a table, I got unwanted spaces between the hidden boxes.

In my example below I have 30 records as seen in the first table.

In the second table I have the same data, but conditionally formatting it to hide based on the following:

= Fields.Column1 > 2 and Fields.Column1 < 28

Notice the space that shows between 02 and 28.

Completed
Last Updated: 07 Dec 2023 09:22 by ADMIN
Release 2024 R1 PI1
Export the images to Word with the new "graphic" and "pic" tags instead of the VML tags.  The VML is an obsoleted feature no longer used nad such shapes cannot be properly edited in Word. In addition the WPF and Winforms RadRichTextBox do not support them as well. 
Unplanned
Last Updated: 11 Jul 2023 14:19 by ADMIN
Scheduled for 2023 R3

After dragging a report viewer control from the Visual Studio toolbox to the surface of a Windows Form, the viewer is added to the component tray but it is not added to the Controls collection of the form. Thus, the viewer is not displayed when running the application.

Also, some properties of the report viewer, such as the ReportSource property, are not serialized properly after being modified through the Visual Studio properties window.

Currently, one can work around these issues by manually editing the InitializeComponent component method of the form's .Designer.cs file.

Unplanned
Last Updated: 06 Sep 2023 13:22 by ADMIN

In a cascading dropdown, we noticed that the child dropdown is not populated until the parent dropdown is closed after selection. There is a second delay between selecting the parent dropdown and populating the child dropdown. Between this small interval of time, the preview button can be clicked, as it is not disabled, due to which wrong values (previously selected values) are passed in the parameters resulting in incorrect results.