Unplanned
Last Updated: 22 Jan 2025 10:38 by Muhammad

Group properties are not visible in the item tree of the Telerik Report Designer for .NET.

Unplanned
Last Updated: 30 May 2025 11:50 by ADMIN
Scheduled for 2025 Q3
Created by: Rich
Comments: 0
Category: Reporting
Type: Feature Request
4

I often need to have the same Report Parameters in different reports, including the main and its subreport. Currently, I need to add the parameters manually.

It would be very useful if we could copy/paste Report Parameters between reports.

 

Unplanned
Last Updated: 23 Jan 2025 11:54 by ADMIN
Created by: J.T.
Comments: 1
Category: Reporting
Type: Feature Request
0
The newly added NoDataMessage for the image item is nice for preserving area and not creating strange report sizes, but I would like to be able to pass it the error message that displays when not using the new NoDataMessage feature. Having to switch between the two for development and production is a hassle. 
Combining the two would be ideal.

Unplanned
Last Updated: 14 Jan 2025 15:09 by Maya
Created by: Maya
Comments: 0
Category: Reporting
Type: Feature Request
1
I want to be able to apply a grayscale filter when I render the report in PDF format.
Unplanned
Last Updated: 16 Jan 2025 13:01 by ADMIN
Created by: Patrick
Comments: 1
Category: Reporting
Type: Feature Request
1
Hello,
Once a chart has been inserted, the Wizard cannot be reopened. Frankly, navigating through the hundreds of chart properties is counterproductive. There should be more ways of modifying properties via a wizard that can be recalled once the chart is in the report.
Thanks for your time,
Completed
Last Updated: 23 May 2025 08:03 by ADMIN
Release 2025 Q2
Created by: Johnathan
Comments: 0
Category: Reporting
Type: Bug Report
1

Currently, the Native Angular Report Viewer does not support NodeJS 22. It is restricted to v16-21 of NodeJS and I would have to downgrade to use it.

Unplanned
Last Updated: 03 Jan 2025 10:02 by Foxy

Old shortcuts(CTRL+INSERT: Copy, SHIFT+INSERT: Paste and SHIFT+DELETE: Cut) of cut/copy/paste don't work in Standalone Report Designer for elements. 

Unplanned
Last Updated: 27 Dec 2024 08:52 by ecobite
Change all invocation with the database to use Store Procedure instead of direct access to table/view, allows developer to implements it own database design struct/methodology and security/policy.

In all projects i have changed the Reports tables names to follow the design struct/methodology defined for the project. All reports store Procedure was changed to reflect this design change.

In my case, the QueryDeleteBehavior can't be implemented without maintain the design methodology/policy.
Unplanned
Last Updated: 23 Dec 2024 11:21 by SturmA
Created by: SturmA
Comments: 0
Category: Reporting
Type: Feature Request
1

As of now the Reporting team provides only part of the source code - mostly the code that targets .NET Framework 4.6.2.

Please expose more of the code to your customers, like Telerik Reporting engine for .NET 6+ and corresponding REST WebAPI.

Completed
Last Updated: 13 Feb 2025 13:57 by ADMIN
Release 2025 Q1

I have a calculated field of type Decimal where I may dynamically return 0 in some of the rows of data.

If this happens with the first data row, it will not respect the selected data type and will instead infer that the type of data is an integer.

If I use this calculated field in an aggregate function such as Sum(), since the type of the first value will be integer, it will treat the other values as integers as well and the total sum will be incorrectly aggregated.

Unplanned
Last Updated: 19 Dec 2024 09:40 by James Glinsek

If I update a StyleRule from the Report Explorer in SRD.NET, the property grid becomes empty afterward, and I have to de-select the rule by selecting another style rule, then select it again to edit another style.

Unplanned
Last Updated: 19 Dec 2024 09:19 by James Glinsek

When using the Standalone Report Designer for .NET, the PropertyName dropdown is empty when creating a new style rule with AttributeSelector.

The issue is not present with the Standalone Report Designer for .NET Framework.

Completed
Last Updated: 19 Dec 2024 16:04 by ADMIN
Release 2025 Q1
Created by: Tobby
Comments: 0
Category: Reporting
Type: Bug Report
3
With the 18.3.24.1112 version of Reporting, there is a memory leak when rendering reports to PDFs. 
Completed
Last Updated: 18 Mar 2025 14:32 by ADMIN
Release 2025 Q2

If I render a report that includes a HtmlTextBox item with line breaks in its value(<br />) to PDF with the Skia graphics engine and a font such as DejaVu Sans, the <br /> tags are rendered as squares.

Sample HTML:

<p>line1<br />line2<br /><i>line3</i></p>

Using a font such as Arial, there are no such issues. However, before 2024 Q4, it wasn't a problem when using the DejaVu Sans font as well.

 

 
Completed
Last Updated: 11 Feb 2025 15:21 by ADMIN
Release 2025 Q1
I have set the AllowNull setting of the parameter to True but even after I clear the selection and click on the "Preview" button, it sends the last selected value instead of null.
Unplanned
Last Updated: 11 Dec 2024 12:42 by Scott Waye
The OpenXML formats should expose a device setting such as the ValidateXmlCharacters setting in the WPFXAML/WPFXAMLInteractive Device Information Settings that specifies whether Unicode characters that are not XML compliant, should be allowed in the report or a built-in utility function that I can invoke on the data fields to filter out those invalid characters.
Unplanned
Last Updated: 10 Dec 2024 12:41 by Scott

We have text box that needs to show all that it can without growing.

If text box is set to CanGrow = false. Text box does not grow as expected however it will wrap the text.

Setting text box to TextWrap = false and CanGrow to either true or false. When rendered using GDI+ it renders as expected.  When rendered using Skia it appears to always wrap the text.

Reports are deployed to a Linux docker image which is configured to use the Skia rendering engine.

Screenshot output using GDI+

Screenshot output using Skia

 

Completed
Last Updated: 23 May 2025 08:03 by ADMIN
Release 2025 Q2
In PDF exported reports some of the characters (and sometimes entire words) disappear. Some of the characters disappear only under Linux.
Completed
Last Updated: 23 May 2025 08:03 by ADMIN
Release 2025 Q2
Created by: n/a
Comments: 0
Category: Reporting
Type: Bug Report
1
Some Arabic words are aligned incorrectly when PDF export is executed using Skia Graphics Engine.
Completed
Last Updated: 23 May 2025 08:03 by ADMIN
Release 2025 Q2
When I export reports containing Arabic words/characters to PDF using Skia Graphics Engine, some words appear in incorrect order.