Unplanned
Last Updated: 25 Aug 2025 07:11 by Flavio

I use the kendovalidator before rendering the report to check the correct parameter of initial and final date.

 

However, the validation fails because additional inputs (for the "Send Email" functionality) are included in the HTML output of the viewer even though I have disabled it.

 

I believe that if the "Send Email" option is disabled the mail data panel should not be created.

Pending Review
Last Updated: 22 Aug 2025 19:50 by Steve

When using the "Close"/"Close All" options when a report has unsaved modifcations, a warning is shown, but you are forced to save the report or close the window/tab to leave definition file unmodified.

A "close and discard changes" option is helpful and convenient - one can cancel some edits without hoping that a bunch of "Ctrl - Z" presses will clear everything, refer to one report without concern about accidental modifcations (can be editing others), etc.

Unplanned
Last Updated: 22 Aug 2025 16:34 by Chris

If we initialise the control in "FIT_PAGE_WIDTH" mode it essentially renders as expected but zooming in can actually then cause it to zoom *out*.

Reproducible in the `CSharp.NetFramework.Html5IntegrationDemo` example project as well, once you set the `scaleMode` property to "In FIT_PAGE_WIDTH".

Unplanned
Last Updated: 22 Aug 2025 16:26 by Chris

In print preview, if you have "FIT_PAGE_WIDTH" as a default scale mode, once you click the "toggle full page/full page width" button, it's never possible to get it to return the original fit-page-width size (it seems to cycle between 3 different zoom modes, but none of them fill the entire control width).

 

It looks like the report viewer correctly sets the scale mode during initialization. However, when toggling the mode later, it sets it incorrectly.

Unplanned
Last Updated: 22 Aug 2025 10:15 by Diana
I am using the TypeValidator class' method to dynamically allow assemblies/types to be used by the reporting engine, but it does not work in the context of a custom IReportSourceResolver(Reporting REST Service).
Duplicated
Last Updated: 21 Aug 2025 13:24 by Dmytro
Unplanned
Last Updated: 20 Aug 2025 12:38 by Shaik

If I try to drag & drop fields in the Standalone Report Designer for .NET, it does not allow me to paste the field, and the icon changes, indicating that the action is not allowed.

On the other hand, I can drag & drop the fields as expected when using the Standalone Report Designer for .NET Framework.

Unplanned
Last Updated: 20 Aug 2025 09:04 by ADMIN

I have updated to version 19.2.25.813 of Reporting, and when I try to build a project that has Reporting references, I get the following warnings:

Telerik and Kendo UI Licensing warning TKL102: Your current license has expired and is not valid for Telerik Document Processing Libraries version 2025.2.807.20.

There are no Telerik Document Processing dependencies in my project, but I still get the warning.

Unplanned
Last Updated: 19 Aug 2025 11:12 by Hannu

Currently, the VS item templates, and the documentation suggest using app.UseEndpoints for route registration in ASP.NET Core.

It would be better to use top-level route registrations like app.MapControllers() and app.MapControllerRoute() directly.

Need More Info
Last Updated: 25 Aug 2025 15:04 by James Glinsek

Graphs do not render captions and labels properly when exporting to Excel, Word, or Powerpoint. The problem appears to be worse using Skia on Linux, but the problem is present with GDI rendering as well. Worth noting that PDF export works properly. 

Here is an example report exported to Excel via a Linux Azure Web App and below that is the exact same report from the same environment as PDF:

Here is that same report as a PDF (which mirrors how it looks in the HTML5 viewer):

 

In Development
Last Updated: 14 Aug 2025 09:46 by ADMIN
Scheduled for 2025 Q3
I just rendered the attached report PDF with 19.2.25.813. The underlying text is garbaled, meaning search and copy don't work.
Unplanned
Last Updated: 13 Aug 2025 10:31 by Curt
I have 2 Date parameters on my report. The "Start Date" parameter defaults to today, and the "End Date" defaults to the "Start Date" + 1 Year.

This works fine in the Report Designer, e.g., when the Start Date is changed in preview mode, the End Date value is recalculated.

However, this behavior does not work in the Blazor Native Report Viewer.  When the page first renders, the two dates are shown correctly, but if the Start Date is changed, the End Date is not recalculated.
Unplanned
Last Updated: 08 Aug 2025 14:54 by Curt

My use case is a multi-select parameter that is based on a dataset; and the dataset is filtered by 2 other parameters.

The dependent parameter editor is shown as a SpinButton rather than a multi-select editor in the Blazor Native Report Viewer:

Need More Info
Last Updated: 13 Aug 2025 09:28 by ADMIN

 

this type filteration controllers not displaying in report (version - 18.0.24.130)

Unplanned
Last Updated: 05 Aug 2025 19:48 by ADMIN
Created by: Frank
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi Team,

Currently, the DatabaseCacheConfigurator.exe tool seems to be Windows-only. Can you please compile this to be cross platform compatible? I am on macOS and cannot use any Windows tooling.

Thank you,

Frank

Unplanned
Last Updated: 08 Aug 2025 10:52 by ADMIN

While customising templates/CSS, I noticed the .trv-parameters-wrapper div as follows:

<div tabindex="300" class="trv-parameters-wrapper" aria-label="Parameters area. Contains 4 parameters.">
<div class="trv-parameter-container k-card"></div>
</div>
The report being tested had 1 visible and 3 invisible parameters and one .trv-parameter-container is rendered. Counting 4 being contained in the "Parameters area" does not appear to be too helpful.
Unplanned
Last Updated: 01 Aug 2025 08:11 by Peter

If I set the ReportSource to the Native Blazor Report Viewer using @bind directive, for example:

@bind-ReportSource="@ReportSource"
It works as expected. However, if I try to do it without a binding, for example:

ReportSource="@(new ReportSourceOptions { ... })"

It causes the viewer to go into a loop of trying to set the ReportSource, and it never renders the report.

Unplanned
Last Updated: 04 Aug 2025 09:00 by ADMIN
Scheduled for 2025 Q4

We use WPF Report Viewer in our application. For testing, validation, and automation purposes, we need to:

  • Uniquely identify each element in the XAML rendered report contents to support automation.
  • Prevent the element ID changes. The generated item IDs must remain consistent as long as the report definition is not changed.

Under Review
Last Updated: 30 Jul 2025 08:20 by ADMIN

Hi Telerik Team,

We are experiencing an issue related to tooltips in PDF exports from Telerik Reporting.
When we enable tooltips using the ViewerRenderToolTips setting both at the report level and through the device info in the report service, tooltips are appearing in the exported PDF—but they are being rendered as text annotations, not as normal tooltips.

Issue:
In the resulting PDF, tooltips are rendered as Text Annotations, which:

1.Appear as popups or sticky notes on mouse hover/click
2.Are not the standard tooltip experience expected by users
3.May affect accessibility compliance and user readability

Expected Behavior:
Tooltips should appear as standard PDF tooltips (like browser-style hover text) instead of annotations.

Attachments:
Sample Telerik Report (.trdp)
Generated PDF output showing the issue

Please advise if this is expected behavior or a bug, and whether there's a way to control the tooltip rendering to match typical PDF tooltip behavior (or to make them more accessible).

Thanks,
Pramod
Unplanned
Last Updated: 24 Jul 2025 12:54 by n/a
Consider enabling WPF elements to be uniquely and reliably identified in WPFXAML/WPFXAMLInteractive rendering using properties such as Name, AutomationId, or custom identifiers, to improve support for UI automation, testing, and runtime inspection tools.
1 2 3 4 5 6