Unplanned
Last Updated: 27 Jun 2025 13:54 by Adrian Segovia
I have a report viewer, which renders inside a TabStrip. The tab of the viewer is not opened initially, and therefore its container has the CSS style "display: none" set. As a result, if I initialize the viewer before the tab is displayed, and then open the viewer, it appears broken: the report seems to show nothing but I can see that the number of pages changed so if I print preview or save as pdf I see the report there.
Unplanned
Last Updated: 27 Jun 2025 08:12 by Piotr
Currently, when you press the Generate button, you can't see in the UI that something is actually happening. After some time, the response appears. This can be confusing for the end user.
Unplanned
Last Updated: 26 Jun 2025 08:11 by Malay
I am trying to hide the data sources in the web report designer. I can deny permissions for creating all other data source components, except for the GraphQLDataSource.
Unplanned
Last Updated: 25 Jun 2025 09:07 by Richard

When the WinForms Report Viewer is initialized from within the Form.Load Event, and the RefreshReport() method of the viewer is invoked before it is added to a parent form, the following exception will be thrown: 

Telerik.ReportViewer.WinForms.Licensing.UiLicensePresenter.ShowWatermark(Action showWatermarkCallback)
   at Telerik.ReportViewer.Common.TelerikLicensePresenterBase.PresentWatermark(Action showWatermarkCallback)
   at Telerik.ReportViewer.WinForms.WinViewer.OnPaint(PaintEventArgs eventArgs)
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
   at System.Windows.Forms.Control.WmPaint(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lpa

 

Unplanned
Last Updated: 23 Jun 2025 12:18 by ADMIN
Scheduled for 2025 Q3
I am using the "sendEmail" property of the viewer to pass default settings for some of the inputs but those are not respected by the HTML5 Report Viewer and its wrappers with version 2025 Q2.
Unplanned
Last Updated: 23 Jun 2025 10:49 by ADMIN
Scheduled for 2025 Q3

I am using the HTML5 Report Viewer and have a multi-page report. When the report is previewed with the default pageMode setting, where pages are continuously scrollen into, the found search results are correctly highlighted.

However, if I use pageMode="SINGLE_PAGE" in the HTML5 Report Viewer initialization code, and I navigate to page 2 or further, the found results are not highlighted.

Unplanned
Last Updated: 20 Jun 2025 10:40 by ADMIN

Hi Telerik team

I'd like to implement customer specific colors based on a report variable or database field.
Currently it looks like the color properties only give us a color picker but does not support using an expression, is this correct?

As for context, I do not know the color in advance and it is used at 100+ different objects.

Same problem with conditional formats

Please let me know how to choose colors based on expressions.
If this is not possible yet, I'd like to request it as a new featur.

Best regards,

Unplanned
Last Updated: 19 Jun 2025 14:55 by Foxy

I run an ASP.NET Core application that has the functionality to export reports into PDFs in an Azure environment.

There is no way to install additional fonts on Azure so I provide the fonts used in my reports via the "privateFonts" element of the Reporting configuration.

This works for the most part, the font is embedded in the produced PDFs but if I have a textbox with a large text, the text may be cut off when using the Skia engine.

I tested running my application in Docker, I copied the needed fonts in the usr/share/fonts directory of the Docker Linux container, and tried exporting again.

When exporting from Docker, with the fonts installed in the container, the text is not cut off. It seems that there is an issue when the fonts are provided as private fonts.

Unplanned
Last Updated: 19 Jun 2025 07:43 by ADMIN

Hello SupportTeam,

when using privateFonts, the WPF-ReportViewer does not use the correct-FontFile when multiple Font-Files are present in the same folder.

The used Graphics-Engine is GDI.

Example 1:

 

When putting every File in its own Folder it works as expected.

Example 2:

 

During debugging, we noticed that in case of WPF, the Directory is passed instead of the Full file Path:

In class: Telerik.Reporting.Processing.Common.FontContainer

Best regards

Alexander Schneider

 

 

Unplanned
Last Updated: 17 Jun 2025 16:30 by ADMIN

Having the ability to be able to set properties of the HTML5 report viewer globally would be a nice addition. This functionality already exists for other controls and it would have saved me lots of work when I needed to set a template url to over 50 pages.

Hopefully this gets implemented and saves someone else some of their time and if so, your welcome :)

Unplanned
Last Updated: 16 Jun 2025 07:23 by ADMIN
Scheduled for 2025 Q3
Unplanned
Last Updated: 13 Jun 2025 13:46 by Claudio
Add the ability to specify rounded corners for the border of TextBoxes, Pictures, Tables and all other similar controls.
Unplanned
Last Updated: 12 Jun 2025 12:33 by Miria
Created by: Miria
Comments: 0
Type: Feature Request
1
Please add support for the newly released Angular 20 for both of the Angular Report Viewers.
Unplanned
Last Updated: 10 Jun 2025 15:27 by ADMIN

In version 19.1.25.521, I am updating the report source of the viewer immediately after calling $("#reportViewer1").telerik_ReportViewer. This now results in an error:

TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))

In previous versions, it used to work.

Unplanned
Last Updated: 10 Jun 2025 14:46 by Joshua

I have a main report - "MainReport.trdp" and a report that I use in the detail section of the main report as a subreport twice - "SubReport.trdp".

In "SubReport.trdp", I have a report parameter whose value I use in one of the calculated fields in its data source component.

The calculated field's expression is evaluated based on the report parameter value passed with the SubReport's ReportSource object of the first SubReport item for both subreports.

For example, if I pass the string "A" to the first subreport's parameter and the string "B" to the second, the calculated field in both instances will evaluate based on the first value, in this case -  "A".

The second subreport should evaluate the calculated field based on the value passed to its report parameter, it should not matter if I have the same report rendered as a subreport multiple times and whether a different parameter value is passed to them.

 

Unplanned
Last Updated: 09 Jun 2025 11:58 by James Glinsek

I have created a report parameter that accepts null as a value(AllowNull=True) and have set null as the default value by using the expression =Null on the Value property of the report parameter.

This report parameter also has a data source assigned to it so it has available values. Here is a look at the full setup:

When I call the "getReportParameters()" function on the HTML5 Report Viewer, there is an exception thrown in the console that looks as follows:

telerikReportViewer:1 Error: The available values of parameter Parameter1 do not contain Value property that equals null
    at Ae (telerikReportViewer:1:45529)
    at Object.getReportParameters (telerikReportViewer:1:38265)
    at Object.getReportParameters (telerikReportViewer:1:108469)
    at <anonymous>:1:50

 

Unplanned
Last Updated: 09 Jun 2025 08:03 by ADMIN
Scheduled for 2025 Q3
Currently, the Web Report Designer uses an old version of jQuery UI - 1.12.1, please update it.
Unplanned
Last Updated: 06 Jun 2025 15:50 by ADMIN
Scheduled for 2025 Q3

Currently, when you set SplitWorksheetOnPageBreak to True, the Excel Sheet name is formed from the DocumentName or ReportName and the number of the page.

It would be very helpful if the report authors can manipulate these names with Expressions.

Unplanned
Last Updated: 06 Jun 2025 11:17 by William

If you embed an iframe that points to a report viewer on a page, and the page is hosted on a web server on a different origin, the print functionality does not work.

 

Consider implementing a workaround to enable it.

Unplanned
Last Updated: 06 Jun 2025 06:21 by ADMIN
Scheduled for 2025 Q3

Hi

Currently, when referencing an assembly from appsettings.json in telerikReporting:assemblyReferences  , the Object Data Source wizard in Telerik Web Reporting displays all namespaces from that assembly, even if only one class is marked with [DataObject]. This results in unnecessary namespace clutter and can confuse report designers, especially in large projects where only a single data object is intended for reporting. See screenshots below:


Please provide a way to control which namespaces and/or classes are visible in the Object Data Source wizard. Possible solutions could include:
•    Only displaying namespaces that contain [DataObject] classes (filtering namspaces with no elments to display)
•    Allowing explicit inclusion/exclusion of namespaces or classes via configuration (e.g., in appsettings.json).
•    Supporting an attribute (such as [Browsable(false)] or a new custom attribute) to hide specific classes or namespaces from the wizard UI.

Thank you for considering this improvement!

1 2 3 4 5 6