Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3
The approach explained in Custom Parameter Editors in the HTML5 Report Viewer is no longer working in Reporting version 2025 Q2 (19.1.25.521).
Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 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!

Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3
Created by: Ilya
Comments: 0
Category: Reporting
Type: Bug Report
2
Currently, the Web Report Designer uses an old version of jQuery UI - 1.12.1, please update it.
Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3

I have multiline text in a TextBox item that has its Style > TextAlign set to Center.

It is rendered as expected with the GDI+ graphics engine.

When I switch to the Skia graphics engine in the Standalone Designer .NET, though, some lines are not centered correctly in PDF rendering:

In Preview of the designer, with PNG and OpenXML export the text is shown as expected.

Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3
Starting with version 19.0.25.211 of Reporting, and reproducible in 19.1.25.512 as well, when a Graph or Map item has an interactive action set on its Category or Series groups, the WinForms report viewer throws a NullReferenceException..
Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3
Bidirectional text containing "٪" next to a number in right-to-left cultures is not rendered correctly using SKIA graphics engine.
Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 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.
Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3

The data member list in "Choose a data member" (step 2) of the objectDataSource wizard in the Web Report Designer does not appear to be in alphabetical order as it is in the Standalone Report Designer.

When there are many data members it is hard to pick the one you want when not ordered alphabetically.

Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3
Bidirectional text starting with a dot (".") in right-to-left cultures is not rendered correctly using SKIA graphics engine.
Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 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.

Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3
When exporting to XLSX, all cells have a white background color even though all my report items have a transparent background. In this scenario, I want to see Excel's gridlines so the cells should be transparent, just like they are in the XLS export.
Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3
Setting the same positive padding-left and negative text-indent of a paragraph in HtmlTextBox results in the first characters of the text being hidden.
Unplanned
Last Updated: 11 Jul 2025 08:49 by ADMIN
Scheduled for 2025 Q3

I am using the HTML5-based Blazor report viewer, with the parameters area position set to "top":

<ReportViewer @ref="reportViewer1"
              ViewerId="rv1"
              ServiceUrl="/api/reports"
              ReportSource="@(new ReportSourceOptions 
                              { 
                                  Report = "SampleReport.trdp",
              })"
              Parameters="@(new ParametersOptions { Editors =
new EditorsOptions { MultiSelect = EditorType.ComboBox, SingleSelect = EditorType.ComboBox }
})"
              ScaleMode="@(ScaleMode.Specific)"
              Scale="1.0"
              ParametersAreaPosition="@(ParametersAreaPosition.Top)"
              EnableAccessibility="false"/> 

However, this causes the content of the parameters area to align incorrectly:

Unplanned
Last Updated: 11 Jul 2025 08:21 by Dominik

Some characters (for example, German Umlauts "Ü") render incorrectly when using a specific DPI setting and zoom level in the Standalone Report Designer during design/preview. 

I've found out this is due to the dots on the U are out of the text rect when the vertical align is set to top (which is the default). It appears they get cut off because they exceed the boundaries of the text box.

Unplanned
Last Updated: 10 Jul 2025 08:48 by ADMIN
Created by: Ramy
Comments: 0
Category: Reporting
Type: Feature Request
1
Our clients periodically send us MS Word files to use as a template for creating a customized report.  It would be convenient if there was a tool to efficiently import the text (including any formatting) into a report definition.  Once the report is created we would manually add a few parameters or data fields to the converted report in order to satisfy the client's requirements
Unplanned
Last Updated: 04 Jul 2025 09:12 by Sergey
Created by: Sergey
Comments: 2
Category: Reporting
Type: Bug Report
1

When exporting an SVG image to PDF, polylines with stroke-dasharray are rendered incorrectly — the dash pattern is not applied.

Additionally, polylines with a stroke-width exhibit visual artifacts such as pixelation or inconsistent thickness.

Step by step instructions or code snippets how to reproduce the problem

  1. Save svg content (see below) as a file c:\test_svg_line_stroke.svg
  2. Create an empty report
  3. Add a picture box
  4. Select a value for the picture box - use file c:\test_svg_line_stroke.svg
  5. Go to preview - SVG is correct
  6. Click Export->Acrobat (PDF) file and export a PDF file
  7. Open PDF file to verify that the red line in a bottob does not have stroke-dasharray applied

If there's no black line with no stroke-dasharray - the red line in a bottom looks correct

 

test_svg_line_stroke.svg

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xml="http://www.w3.org/XML/1998/namespace" width="500" height="400" viewBox="0, 0, 500, 400" preserveAspectRatio="xMinYMin" transform="scale(1)">
  <polyline points="100, 100 400, 100" stroke-width="7" stroke-dasharray="40 40" style="fill:none;stroke:#FF0000;" />
  <polyline points="100, 200 400, 200" stroke-width="5" style="fill:none;stroke:#000000;" />
  <polyline points="100, 300 400, 300" stroke-width="7" stroke-dasharray="40 40" style="fill:none;stroke:#FF0000;" />
</svg>


test_svg_line_stroke.svg - svg source file 
test_svg_line_stroke.trdp - report with a picture box with SVG image
test_svg_line_stroke.pdf - generated PDF file

Need More Info
Last Updated: 03 Jul 2025 10:56 by ADMIN

Hi,

I'm working on a multiplatform project, using Telerik Reporting to generate PDF reports. The development is taking place on Windows.

The report is loaded programmatically (ReportPackager.Unpackage(...)), and the data is injected directly into the reports.

Some reports requires specific charts that are created as images and inserted into the PictureBox elements of the report before rendering. We are using SkiaSharp to generate these images, and I'm now trying to inject these images into the PictureBox elements.

For my first attempt, I have used the Gdi by first converting the SKImage to a System.Drawing.Image and it worked fine although it does not seem optimal.

Now I'm trying to write directly the SKImage to the PictureBox :

        public bool SetPictureBoxImage(string pictureBoxName, SKImage image)
        {
            PictureBox? pictureBox = (PictureBox?)_telerikReport.Items.Find(pictureBoxName, true).FirstOrDefault();
            if (pictureBox is null) return false;

            DrawingFactory.CurrentGraphicsEngine = GraphicsEngine.Skia;
            using var bitmap = SKBitmap.FromImage(image);
            IImage tlkImage = DrawingFactory.CreateImage(bitmap);
            pictureBox.Value = tlkImage;

            return true;
        }

However, when calling 'ReportProcessor.RenderReport(...)', a 'System.ExecutionEngineException' is thrown (no call stack, no additional details available).

I have tried to move the call 'DrawingFactory.CurrentGraphicsEngine = GraphicsEngine.Skia' before loading the report with no luck.

 

Is the 'Skia' rendering not available on Windows?

 

Please note that I cannot rely on the 'appsettings.json' file to configure the graphic engine.

I have tried to set the configuration programmatically through a custom implementation of 'Microsoft.Extensions.Configuration.IConfiguration' passed as an argument to 'ReportProcessor' constructors, but it had no effect. I have searched your code to find another way to set the configuration but it does not seem possible as everything is static and internal.

 

Kind regards

Unplanned
Last Updated: 01 Jul 2025 14:32 by Alok Tibrewal
Scheduled for 2025 Q3
I add SubReports from a ReportLibrary project to my main CS report as TypeReportSources in the VS Report Designer. All report types get added automatically by the SubReport wizard with the assembly version which is the Reporting version rather than the version of my custom assembly. This breaks my main report that cannot find the subreports.
Unplanned
Last Updated: 01 Jul 2025 10:10 by ADMIN

Steps To Reproduce:

  1. Install Reporting.
  2. Go to \Tools folder.
  3. Start DatabaseCacheConfigurator.exe
  4. Leave the first combobox to 'Create engine viewers/cache database'
  5. Paste a valid connection string in the textbox below, e.g. Data Source=.\sqlexpress;Initial Catalog=AdventureWorks;Integrated Security=True
  6. Click on Create Schema or Clear Cache Data.

Expected behavior: The function is executed

Actual behavior: A message saying "Operation could destabilize the runtime." is shown.

Unplanned
Last Updated: 30 Jun 2025 07:42 by ClausDC

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