Telerik Reporting 2025 Q2 (19.1.25.521)

Released: May 21, 2025

2025 Q2 (19.1.25.521) での更新項目

機能

  • Breaking Change: Trial and commercial users now use the same product package:
    • The trial and commercial product versions have been merged into a single unified distribution package. The product access now depends on a license key file. This eliminates the need for separate trial downloads.
  • AI-Powered Insights in Web Report Viewers:
    • Report preview is now enhanced with Gen AI-capabilities, allowing to generate summaries or ask questions about the displayed report. The feature is available for HTML5-based and Native Angular report viewers.
  • PREVIEW: Standalone Report Designer Integration with .NET Report Classes:
    • Standalone Report Designer for .NET now utilizes CodeDOM serialization mechanisms to read and write .NET reports using C# code.
  • Deprecated .NET 6 Support:
    • Deprecated all .NET 6 sample projects to ensure full compliance with the .NET support lifecycle, improve security, and enhance client experience.
  • Revamped HTML5 jQuery Report Viewer:
    • The HTML5 jQuery Report Viewer has undergone a major refactoring. Rebuilt with easier integration in mind, it is now compatible with the latest Kendo UI for jQuery and its SASS theming mechanism.
  • Azure Maps support in Map item:
    • Introduced dedicated Azure Maps Location and Tile providers to streamline the migration from Bing Maps, ensuring a smooth transition and continued functionality beyond Bing Maps' end-of-support.
  • GraphQL Data Source Wizard for Web Report Designer:
    • Setting up a GraphQL Data Source in Web Report Designer is now easier with a dedicated wizard that guides users through connection, querying, and data processing.
  • Support for .NET 10 preview:
    • Telerik Reporting support the latest preview of Microsoft .NET 10.
  • What's Improved:
    • User types can now be added to allow list programmatically.
    • Primitive-typed and string-typed arrays are now automatically added to allow list.
    • Parameters collections can be reordered in Web Report Designer.
    • New REST Service endpoint introduced in ReportsController implementations.
    • Download the product license key from Telerik Reporting Visual Studio extension.
  • What's Changed:
    • Font Awesome template for HTML5 viewer is no longer distributed.

不具合の修正

  • Configuration:
    • The name of the TypeReferences configuration property does not support camel case.
  • Standalone Report Designer:
    • User functions are not automatically loaded when they are defined in TypeReferences config section.
    • The AssemblyReferences configuration element fails to resolve when a path is included.
    • "System.IndexOutOfRangeException: There is no row at position -1" is thrown when trying to download raw JSON data from data source that has no rows.
    • The 32-bit Standalone Report Designer, built against .NET Framework 4.6.2, does not detect Visual FoxPro ODBC and OLEDB drivers.
    • The UI controls on the 'Configure SQL Data Source' page have an incorrect tab order in the SQLDataSource wizard.
  • Standalone Report Designer for .NET 8 and above:
    • Table body has unexpected number of rows after splitting cells and clicking Undo.
    • Table copying misaligns rows and disrupts layout.
  • Web Designer:
    • Clicking on the context menu button for a rowGroup type element throws a JavaScript error.
    • "From assets" button stays visible in the PictureBox item UI even when the Assets Manager permission is denied.
    • ExternalStyleSheet editor displays a read-only RequireRegisteredTypes property when application is running in .NET 9.
  • Examples:
    • WinUI demo fails to resolve named connections in appsettings.json for SQL Data Source.
  • Installation:
    • Upgrading or downgrading Telerik Reporting package in projects referencing Telerik.Licensing NuGet package 1.4.7+ adds a reference to Telerik.Licensing 1.4.6, breaking the build.
  • Processing:
    • PDF export of a Table containing PictureBox and enabled accessibility generates corrupted document.
  • Rendering:
    • The report's RuntimeSettings property is not respected when it is exported programmatically.
  • Image Rendering:
    • Textbox in group header is not rendered when using Skia graphics engine.
    • HTMLTextBox does not render any Tahoma font content when using Skia graphics engine.
    • ReportBook cannot be exported to TIFF with ReportProcessor.
  • OpenXML Rendering:
    • Chrolopleth legend title is missing in OpenXML formats when using Skia graphics engine.
  • PDF Rendering:
    • Empty PDF is produced due to NullReferenceException when using Amiri font.
    • RTL text is not rendered in the correct order when it contains both strings and digits when using Skia Graphics Engine.
    • Alignment issues with Arabic characters when using Skia graphics engine.
    • Some Arabic words and characters appear in wrong order in PDF using Skia Graphics Engine.
    • Rendered characters of some Arabic words appear split when using Skia graphics engine.
    • Incorrect rendering when using a bi-directional text and the font family is set to "Calibri".
    • "NullReferenceException" is thrown when exporting report with Microsoft JhengHei to PDF using Skia graphics engine.
  • Services:
    • Relative paths are not resolved correctly when using UriReportSourceResolver.
  • Native Angular Report Viewer:
    • Node.js version 22 is not supported.
    • Error event is not fired when the rendering does not produce pages.
  • Native Blazor Report Viewer:
    • Error message is not displayed when no pages are generated as no significant content is present.
  • Visual Studio Item Templates:
    • Item template suggests a misleading file extension when adding a Razor Report Viewer Page.