Unplanned
Last Updated: 15 Oct 2025 11:48 by ADMIN
Created by: Andrew
Comments: 5
Category: Reporting
Type: Feature Request
18

Images taken with a mobile device are sometimes displayed in PictureBox  rotated by 90, 180 or 270 degrees. The reason is that whenever a photo is taken, the device saves its current accelerometer orientation into a corresponding Exif tag with the image metadata, so this info is then read and taken into account by our Report Designer.

Declined
Last Updated: 30 Dec 2022 15:28 by ADMIN
Created by: Erik
Comments: 1
Category: Reporting
Type: Bug Report
3
Visual Studio 2022 cannot open reports in x86 mode. The same project works correctly in VS 2019.
Unplanned
Last Updated: 21 Feb 2022 13:42 by Algo
Created by: Algo
Comments: 0
Category: Reporting
Type: Bug Report
1
We have a report that has a textbox in which we display just text and some of the lines exceeded the textbox length so the rest of the line is wrapped on a second line.

With some font and size (ex: Tahoma Regular 9 point), at the end of the line was missing some of the text.

This only happens with Firefox (works ok with Google Chrome).
Unplanned
Last Updated: 21 Feb 2022 11:43 by Maximillian

If you add the following HTML text that contains two identical paragraphs in an HtmlTextBox, the first paragraph will contain the bold/strong text and the second will not. The specified font family doesn't have a font face for the bold text installed:

<p><span style="font-size: 9pt; font-family: arialmt"><strong>BILLING</strong>&nbsp; The total cost of the hearing aid(s), </span></p>
<p><span style="font-size: 9pt; font-family: arialmt"><strong>BILLING</strong>&nbsp; The total cost of the hearing aid(s), </span></p>

If you use two HtmlTextBoxes to display the two paragraphs, the second HtmlTextBox won't contain the bold text.

When you use a font family, which bold font face is installed, the HTML is rendered consistently.

 

 

Unplanned
Last Updated: 25 Feb 2022 12:56 by ADMIN
Created by: Ryan
Comments: 1
Category: Reporting
Type: Feature Request
1

It would be helpful to enable printing a table header when no data is available and the NoDataMessage is set. We frequently have tables with one or more static headers that may not have any data - depending on the supplied report parameters. We set the NoDataMessage to display an appropriate message, however, we would like to continue displaying the table title and column headers.

We currently accomplish this with a Panel + Table but that is inelegant. It is more designer friendly to design the table once and reposition and resize it as necessary.

Here is an example screenshot of the issue we have now

 

Unplanned
Last Updated: 17 Feb 2022 14:02 by Shannon
Created by: Shannon
Comments: 0
Category: Reporting
Type: Feature Request
2
Currently if nullable reference types are enabled in a Web Api project:
<Nullable>enable</Nullable>
validation errors are returned for endpoint which accept null (or nothing) for parameters.
Unplanned
Last Updated: 17 Feb 2022 12:16 by Vitaliy
After sending x requests, the setInterval delays for an additional 30 seconds, if the clientSessionTimeout is 1 minute. The interval is not changed, nor is it replaced with another internal. The set millisecond delay is also not changed. Generally, this happens once, the client expires, then the interval continues to send requests at the set interval.
Unplanned
Last Updated: 15 Feb 2022 12:29 by Longbin

The TOC may be rendered with incorrect font size and incomplete LeaderSymbols when rendered with libgdiplus under Docker with Linux. See the linked screenshot.

 

Declined
Last Updated: 18 Feb 2022 15:50 by ADMIN
Created by: Jaume
Comments: 1
Category: Reporting
Type: Feature Request
0

Hello,

The Telerik Reporting REST service with CubeDataSource component that now can only be used with the .NET Framework.

We'd like to request that this component for .NET Core 6.

Thanks in advance.

Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022
The reporting engine does not allow for report parameters to have white spaces in their names and you cannot create such in the Standalone Designer, for example. However, unlike the Standalone Designer, the web-based designer does not prevent you from creating a parameter with white spaces in its name. As a result, the report cannot be saved and it does not preview correctly.
Unplanned
Last Updated: 11 Feb 2022 15:32 by Tom
Created by: Tom
Comments: 0
Category: Reporting
Type: Bug Report
1
When trying to select a ReportSource for a Subreport or for a report viewer, the CS/VB reports are not detected. This doesn't allow selecting the report from the item template.
Unplanned
Last Updated: 15 Feb 2022 12:18 by ADMIN

Hi,

I request you to add a new property in the report object when we unpackage the TRDP file to get a list of fields that are used in the report template.

Currently, We are not able to identify how much data we need to extract from the database as we are using the ObjectDataSource component in the report we have the number of fields in the data source but fewer were used in the report template hence on the performance point of view we need to get data only for those fields.

Thanks.

Unplanned
Last Updated: 16 Feb 2022 13:34 by ADMIN

There seems to be an issue with the filter / parameters with comma separated values for Multivalue.  I've tried numerous ways to get this to work directly in the preview function on the report designer.  Nothing done so far works.

Set Filter to multi
Set Parameter to IN 

 

Typed in value, value - typed in 'value','value', etc.  This is a basic text field so I am not certain as to what exactly should be put in the filter box to allow for 2 or more values in a filter.

This produces data on the report with IN and Multivalue 

This produces an error

The current data set presented in the report did not produce any significant content, so no pages were generated. If you need to see the whole report content, including blank pages, please contact the report author.

 

Please advise exactly how to do this with an example.  I have scoured the forums and the documentation with no relevant information that works for a multiple value field.

Thanks in advance.

Allison

Completed
Last Updated: 17 Feb 2022 14:53 by ADMIN
Release R1 2022 (Latest Internal Build)
Processing Base64-encoded images will throw exception "Invalid URI: The Uri string is too long" if the content size is greater than 65519 bytes
Unplanned
Last Updated: 03 Feb 2022 13:18 by ADMIN
Created by: William
Comments: 0
Category: Reporting
Type: Feature Request
3
Currently, we are not able to add a new SQL DataSource to the report programmatically without assigning it to a data item. For example, you can unpackage the report, add the datasource and assign it to the report or to a table, but we want to add it only.
Unplanned
Last Updated: 09 Feb 2022 14:54 by ADMIN
Created by: Tim
Comments: 1
Category: Reporting
Type: Feature Request
0

When building report templates in the Standalone Report Designer, it would be very helpful to have a keyboard shortcut to access the Property Browser and possibly the other panels (Report Explorer, Data Explorer, Group Explorer).

I have grown accustomed to the shortcuts available in Visual Studio for similar access. For instance, the F4 key will jump to the Visual Studio Properties panel (at least in my configuration) from a designer window. This makes it easy to update things like field name, size, location, and other properties without constantly reaching for the mouse.

Visual Studio uses Control-R to access its Project Explorer (again, in my C#-centric configuration), perhaps similar to the Report Designer's Report Explorer.

Adding these keyboard shortcuts, whether fixed to specific keys or configurable, would speed up report development for keyboard-bound programmers like me.

Duplicated
Last Updated: 19 Feb 2025 16:42 by ADMIN
Created by: James
Comments: 3
Category: Reporting
Type: Feature Request
2
It would be very beneficial to have a Standalone designer which targets .NET Core.
Completed
Last Updated: 17 Jun 2022 08:49 by Thod
Release R1 2022 SP1
Created by: Carl
Comments: 8
Category: Reporting
Type: Bug Report
7

When using the latest version of the Kendo Default Theme:

<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@latest/dist/all.css" />

the export in the Blazor Report viewer does not work.

Meanwhile,  you can reference the older kendo CSS styles directly in the view with the ReportViewer. You may leave the new styles referenced on the layout page.  It works with:

<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@4.26.0/dist/all.css" />

Completed
Last Updated: 18 May 2022 14:33 by ADMIN
Release R2 2022
When disposing Report Viewer Angular component remove the resize event handlers attached to the window from reporting an kendoSplitter
Unplanned
Last Updated: 31 Jan 2022 15:20 by ADMIN

If you drag and drop a List in a Report in the Web Report Designer, and then reduce its height and the height of its inner Panel from the Property editor, initially, the changes are respected. When you save the changes and reopen the same report, the Panel recovers its previous Height.

The issue is not reproducible when modifying List or Panel size with mouse dragging.