Unplanned
Last Updated: 11 Dec 2023 14:51 by Kalli Kaldi

When certain fonts are used, the text of reports exported to PDF looks different between the Skia and GDI rendering engines, even if the fonts are fully embedded.

For example, if the TT Norms font is used and the report is exported to PDF (full font embedding) with both engines, the document rendered by Skia is much larger and looks different than the GDI-rendered document.

Unplanned
Last Updated: 13 Dec 2023 09:38 by ENTERPRISE INTERNATIONAL SAS
Created by: ENTERPRISE INTERNATIONAL SAS
Comments: 0
Category: Reporting
Type: Feature Request
1
The Telerik Reporting REST Service Project Template for Visual Studio should give me the option to include Linux/Mac OS support for the project. When checked, the option should install the Telerik.Drawing.Skia package.
Completed
Last Updated: 23 Jan 2024 07:07 by ADMIN
Release 2024 Q1

The Export dropdown menu looks like the following image when using Kendo UI 2023.2.606+

Unplanned
Last Updated: 20 Dec 2023 13:41 by Jacob Overgaard
Created by: Jacob Overgaard
Comments: 0
Category: Reporting
Type: Feature Request
1

When generating PDF/UA files, we need to have special objects that are read by an internal system but ignored by screen readers. This cannot be achieved with the existing functionality.

It would be beneficial if we could configure reports so that specific objects inside the generated document are ignored by screen readers. For example, by setting a special value to the AccessibleRole property of a text box. 

Completed
Last Updated: 23 Jan 2024 06:56 by ADMIN
Release 2024 Q1

If the file `WebReportDesignerSettings.json` doesn't exist before running the Web Designer REST Service, the latter will create it. However, the file will remain locked and the service will throw the exception:

"The process cannot access the file '/app/Telerik_Reporting/WebReportDesignerSettings.json' because it is being used by another process."

When the file exists, the problem will be avoided, which leads to the workaround - create the file at a starting point of the application. Here is a sample code:

static void InitFile()
{
            var path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Telerik Reporting", "WebReportDesignerSettings.json");
            File.Create(path).Close();
}

 

 

 

Completed
Last Updated: 23 Jan 2024 06:56 by ADMIN
Release 2024 Q1

To allow localization for the WebReportViewer in Version 17.1.23.718 and before, it was enough to provide a customized Version of "telerikReportViewer.stringResources.js", which extended the property "window.telerikReportViewer.sr".

This worked for both, the WebReportViewer and the Preview of the WebReportDesigner. With version R3 2023 SP1 (17.2.23.1114), this approach does not work anymore.

Unplanned
Last Updated: 29 Dec 2023 11:37 by Jeyanthi

When an item has borders applied and the report is exported to PDF, the border lines "stick out" at the joints. The image below illustrates this.

Some additional information about the issue:

  • The issue seems to appear only in Chromium-based browsers.
    • Microsoft Edge -> reproducible
    • Google Chrome -> reproducible
    • Opera -> reproducible
    • Mozilla Firefox -> not reproducible
    • Adobe Acrobat -> not reproducible
  • The borders "stick out" differently based on the zoom level. In some zoom levels, there are no issues, in others the borders "stick out" at the bottom, right, etc. 
Completed
Last Updated: 14 Nov 2024 11:02 by ADMIN
Release 2024 Q4
If the password of the SQL user contains the percentage symbol (%) before a number, the last three steps of the SQL Data Source Configuration Wizard cannot be completed.
Unplanned
Last Updated: 03 Jan 2024 09:41 by Shannon
After I insert a field in the report, the Explorer pane automatically resets its position. If I have a data source with a huge number of fields this gets annoying as I have to scroll again to where the fields I want to use are.
Completed
Last Updated: 31 Jan 2024 11:11 by ADMIN
Release 2024 Q1

When rendering a Report in PDF with Skia Sharp, the Arial Bold Italic font is rendered as Normal. Arial Bold and Arial Italic fonts are rendered correctly.

When rendering with GDI+ all fonts are displayed correctly.

Unplanned
Last Updated: 24 Jan 2024 15:51 by YikFong

Currently, I can send only String content when making a POST request with the WebServiceDataSource component.

My Web API requires me to the content as Form URL Encoded and I cannot do that with the WebServiceDataSource component, and have to use the ObjectDataSource component to manually request the data correctly.

Unplanned
Last Updated: 29 Jan 2024 11:28 by Lennert

If a WebServiceDataSource has inline JSON data for design-time preview, this inline data is not used when the report is designed with the Web Report Designer. Instead, the data is requested from the service both during design time and during live preview.

On the other hand, the Standalone Report Designer works as expected. I.e. inline data is used during design time and live data from the service is used during the preview.

 

Unplanned
Last Updated: 30 Jan 2024 16:10 by Matthew
If the Blazor Report Viewer is integrated into a .NET 8 Blazor Web App project and a NavLink is used to navigate to the report page, clicking the NavLink again after the page is loaded, breaks the viewer's styles. 
Completed
Last Updated: 19 Mar 2024 16:14 by ADMIN
Release 2024 Q2
Created by: Kalli Kaldi
Comments: 1
Category: Reporting
Type: Bug Report
1
Telerik.Reporting.Pdf.Fonts.TrueType.FontProgram.GenerateSubSet throws NullReferenceException when exporting to PDF with Skia. The problem occurs when trying to resolve OpenType(.otf) font, and FontEmbedding is set to "Subset". The bug occurs for both installed and private fonts.
 
Recommended workarounds are to set FontEmbedding option to "Full" or to use TrueType fonts.
Unplanned
Last Updated: 20 Feb 2024 20:44 by Steve
Created by: Steve
Comments: 2
Category: Reporting
Type: Feature Request
1

A search feature in the report editor would be very useful - being able to find all report components/items with any property containing input search text. An added bonus would be having a filtered or highlighted view of the properties of result items, indicating matches.

Being able to find expressions and other properties where some name/value is being used is a very helpful benefit.

UI functionality like that of the search in the Solution Explorer of Visual Studio, with a filtered hierarchical tree structure result view could work well, otherwise a separate results list might be good too.

Completed
Last Updated: 10 Jul 2024 11:59 by ADMIN
Release 2024 Q2

My PostgreSQL query contains an Integer parameter. In the Standalone Designer, it executes successfully both in design and in preview.

In the Web Designer, the same report is also previewed successfully. When I try to configure the SqlDataSource though, if I run the Execute Query in the final step, the database returns an error stating '...operator does not exist: integer = text...'

If the parameter is String, the query runs fine in design time of the Web Designer as well.

Unplanned
Last Updated: 04 Apr 2025 10:39 by ADMIN
Scheduled for 2025 Q2

After updating the Reporting version to v18, some error messages display the <br /> HTML element as text in the HTML5 Report Viewer.  The issue was not present in v17.

Unplanned
Last Updated: 15 Mar 2024 10:37 by Joby

I use HTML content like the below in an HtmlTextBox:

<a style="color: red" href="some link here">some text</a>

The color is not respected when I export to PPTX. The output color of the generated link is always the default blue. In the rest of the formats that support hyperlinks, the color is correct.

I tried to wrap the <a> tag also with <p> and <span> with the same color setting, to no avail.

Completed
Last Updated: 10 Jul 2024 10:00 by ADMIN
Release 2024 Q3

When the input data of a pie chart is such that some of the series are insignificant enough not to be drawn on the surface area, a DocumentRenderException with the message "The operation was canceled" is thrown by the Reporting engine.

Enlarging the pie chart or hiding/removing its data point labels clears the error.