DevExpress Reporting Releases

Released: Jun 18, 2026

Updates in 26.1.3

Features

Accessibility Enhancements

  • PDF/UA-2 Format Support
    • The PDF export engine now supports the PDF/UA-2 format (for enhanced accessibility compliance). You can specify PDF/UA-2 conformance for exported documents to meet the latest accessibility standards. Set the PdfExportOptions.PdfUACompatibility property to PdfUA2 to specify PDF/UA-2 conformance for exported documents.
  • PDF/UA Export Enhancements
    • DevExpress improved PDF/UA export for report controls and screen reader interpretation. You...

Released: Jun 10, 2026

Updates in 25.2.8

Fixes

  • Blazor Report Viewer - Parameter panel doesn't allow to select static predefined parameter values in some cases.
  • Calculated Field - Edit Expression option is not available for DateTime, Time, and TimeSpan field types.
  • DxReportDesigner - JSDisconnectedException is thrown when async initialization resumes after Blazor Server circuit disposal.
  • DxReportViewer - Empty documents get stuck on "Loading...".
  • End-User Report Designer - Opened tabs miss the asterisk (*) that indicates pending changes...

Released: May 6, 2026

Updates in 25.2.7

Fixes

Reporting for ASP.NET Core

  • VS Code Report Designer -  Unhandled NullReference exception occurs on saving large reports.
  • Web Report Designer - Deleted reports can be opened in the "Open Report" dialog.
  • Web Report Designer lacks an option to create a Data Federation data source.
  • Web Report Designer - XRRichText does not display expressions on the Design surface.
  • Web Reporting - Incorrect use of <label for=FORM_ELEMENT>.
  • XtraReport - ScriptReferences are no longer used for compilation...

Released: Apr 7, 2026

Updates in 25.2.6

Fixes

All Reporting products

  • XRLabel - Skia does not differentiate fonts.
  • XRRichText - Missing font fallback causes an unhandled exception.

Reporting for ASP.NET Core

  • JS Report Designer does not use UrlResolver to validate the endpoint path for JsonDataSource.
  • NonTrustedTypeDeserializationException is thrown even when RegisterTrustedAssembly is used.
  • Reporting controls lose/misalign borders when exporting to a DOCX file using the Frame-based layout.
  • SqlDataSource.ValidateCustomSqlQueryGlobal...

Released: Mar 2, 2026

Updates in 25.2.5

Fixes

Data Access Library

  • .NET 10 Runtime throws a fatal error when multiple JSON data sources are created.
  • SQLDataSource throws DataRetrievalException (InvalidCastException) when it is bound to a PostgreSQL table with a date (DateOnly) field.

Reporting for ASP.NET Core, Angular, Blazor, MVC, Web Forms

  • CLI Templates and Template Kit generate an incorrect libman.json file for ASP.NET Core Reporting applications.
  • It's impossible to define an expression for a DateTime SP parameter ("t.getFullYear...

Released: Feb 3, 2026

Updates in 25.2.4

Fixes

Reporting for ASP.NET Core

  • End-User Report Designer incorrectly accepts an empty string as a separator in text export options.
  • Some Cross tab property changes do not mark a report as modified in the Web Report Designer.
  • Web Dashboard - TabContainer's page navigation may become blocked by the hover panel (dx-dashboard-item-shield).
  • Web Dashboard / Web Reporting - Federated Query Builder loses JOIN relationships on reopening.
  • Web Report Designer - Expression Editor shows hidden unsupported...

Released: Dec 18, 2025

Updates in 25.2

Features

  • .NET 10 and Visual Studio 2026 Support - DevExpress Reports now supports .NET 10 and Visual Studio 2026.
  • Design Reports in JetBrains Rider (CTP) - DevExpress Reports now offer full design-time integration with JetBrains Rider for .NET Framework projects (ASP.NET, WinForms, and WPF). You can use the built-in DevExpress Report Designer to configure data bindings, build and customize layouts, and preview reports without leaving the IDE.
  • DevExpress Template Kit
    • New Project and Item...

Released: Nov 25, 2025

Updates in 25.1.7

Fixes

Reporting for ASP.NET Core

  • It is not possible to add a Vertical Report to a nested DetailReportBand.
  • Visual Studio Report Designer does not use connection strings from the appsettings.Development.json file.
  • Web Document Viewer - ArgumentNullException is thrown when UseAsyncEngine is called and AI extensions are enabled.
  • Web Document Viewer - NULL dynamic lookup parameter value cannot not submitted.
  • Web Report Designer - Context menus aren't displayed in Full Screen mode when the right...

Released: Oct 23, 2025

Updates in 25.1.6

Fixes

All Reporting Products

  • Licensing v25.1 - The compilation error related to DevExpress.Licensing.DXLicenseInformationAttribute (CS0234 in C# or BC30002 in VB.NET) may occur if a .NET Framework project does not reference the DevExpress.Data assembly directly.

Reporting for ASP.NET Core

  • DevExpress VSCode Report Designer doesn't recognize a DevExpress License Key.
  • Licensing v25.1 - Red trial warning message is generated when editing in-place XRRichText in Visual Studio Report Designer...

Released: Sep 11, 2025

Updates in 25.1.5

Fixes

All Reporting products

  • Licensing v25.1 - The priority of the assembly-embedded .NET license key (DXLicenseInformationAttribute) is lower than for the DevExpress_License.txt file.

Data Access Library

  • SqlDataSource - Replace SYS with public synonyms in Oracle schema retrieving routines.

Reporting for ASP.NET Core, Angular, Blazor, MVC, Web Forms

  • SqlDataSource - Replace SYS with public synonyms in Oracle schema retrieving routines.
  • Web Chart Designer - The BarSeriesLabel.ShowForZeroValues...