DevExpress.Reporting.Core 26.1.5

DevExpress Reports - Core Components

The DevExpress.Reporting.Core package is the foundation of DevExpress Reporting. It implements the core reporting engine, including the XtraReport class, report bands and controls, data binding, and export capabilities across all supported platforms (WinForms, WPF, ASP.NET Core, Blazor, and console or server-side applications). Use this package to create, customize, and export reports without a dependency on a platform-specific UI.

Key Features

  • Create reports with a wide range of bands and controls, including labels, tables, charts, barcodes, images, and rich text.
  • Bind reports to multiple data source types, including SQL databases, JSON, Excel, XPO, Entity Framework, and object data sources.
  • Export reports to PDF, DOCX, XLSX, HTML, RTF, CSV, image formats, and more.
  • Use calculated fields, summary functions, and expression-based formatting to transform and present data.
  • Apply report parameters to filter and customize report output at runtime.
  • Generate reports in server-side, headless, and cross-platform .NET applications.

Examples

Example #1: Create a Report and Export It to PDF

using DevExpress.XtraReports.UI;

// Create a new report instance
var report = new XtraReport();

// Add a Detail band
var detailBand = new DetailBand { HeightF = 50 };
report.Bands.Add(detailBand);

// Add a label to the Detail band
var label = new XRLabel
{
    Text = "Hello from DevExpress Reporting!",
    WidthF = 300,
    HeightF = 30
};
detailBand.Controls.Add(label);

// Export the report to PDF
report.ExportToPdf("output.pdf");

Example #2: Bind a Report to a JSON Data Source

using DevExpress.DataAccess.Json;
using DevExpress.XtraReports.UI;

// Create a JSON data source
var jsonDataSource = new JsonDataSource
{
    JsonSource = new UriJsonSource(new Uri("https://example.com/api/data"))
};
jsonDataSource.Fill();

// Assign the data source to the report
var report = new XtraReport
{
    DataSource = jsonDataSource,
    DataMember = "Root"
};

report.ExportToXlsx("output.xlsx");

Evaluation Period, Pricing Options, and Licensing Terms

Whether you own a license or want to start a 30-day evaluation period, register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For additional registration instructions, see License Key for DevExpress Products.

If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.

This package is included in the following commercial subscriptions:

See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.

Documentation

Software Bill of Materials (SBOM)

To access SBOM files for DevExpress packages, please refer to the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.

See Also: Information Security | Security - What You Need to Know

Useful Online Resources

Showing the top 20 packages that depend on DevExpress.Reporting.Core.

Packages Downloads
DevExpress.AspNetCore.Reporting
Target Platform/Framework: Web DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting
10
DevExpress.AspNetCore.Reporting
This package implements the functionality related to the DevExpress Report Designer and Report Viewer ASP.NET Core controls.
10
DevExpress.AspNetCore.Reporting
This package implements the functionality related to the DevExpress Report Designer and Report Viewer ASP.NET Core controls.
13
DevExpress.Web.Reporting.Common
Target Platform/Framework: Web DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting
11
DevExpress.Web.Reporting.Common
Target Platform/Framework: Web DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting
12
DevExpress.Web.Reporting.Common
This package provides common cross-platform functionality to DevExpress Web Reporting controls.
11
DevExpress.Web.Reporting.Common
This package provides common cross-platform functionality to DevExpress Web Reporting controls.
13
DevExpress.Web.Reporting.Common.Services
Target Platform/Framework: Web DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting
10
DevExpress.Web.Reporting.Common.Services
Target Platform/Framework: Web DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting
11
DevExpress.Web.Reporting.Common.Services
Target Platform/Framework: Web DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting
12
DevExpress.Web.Reporting.Common.Services
Target Platform/Framework: Web DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting
13
DevExpress.Web.Reporting.Common.Services
Target Platform/Framework: Web DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting
17
DevExpress.Web.Reporting.Common.Services
This package provides common services related to DevExpress Web Reporting controls.
13

Version Downloads Last updated
26.1.5 2 09/21/2026
26.1.5-pre-26248 0 09/11/2026
26.1.5-pre-26241 0 09/02/2026
26.1.5-pre-26235 1 08/27/2026
26.1.5-pre-26227 1 08/25/2026
26.1.4 3 08/12/2026
26.1.4-pre-26200 4 07/31/2026
26.1.4-pre-26190 3 07/22/2026
26.1.4-pre-26179 4 07/04/2026
26.1.3 5 06/22/2026
26.1.2-beta 8 05/26/2026
25.2.10 2 09/26/2026
25.2.9 3 08/12/2026
25.2.8 5 06/16/2026
25.2.7 9 05/12/2026
25.2.6 6 04/16/2026
25.2.5 11 03/11/2026
25.2.4 11 02/04/2026
25.2.3 10 01/27/2026
25.1.14 1 09/26/2026
25.1.13 4 08/01/2026
25.1.12 4 06/16/2026
25.1.11 7 05/12/2026
25.1.10 5 04/22/2026
25.1.9 13 03/11/2026
25.1.8 11 01/27/2026
25.1.7 10 01/27/2026
25.1.6 10 01/27/2026
25.1.5 14 01/27/2026
25.1.4 14 01/27/2026
25.1.3 12 01/27/2026