DevExpress.Reporting.Core 26.1.5

Prefix Reserved
dotnet add package DevExpress.Reporting.Core --version 26.1.5
                    
NuGet\Install-Package DevExpress.Reporting.Core -Version 26.1.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevExpress.Reporting.Core" Version="26.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.Reporting.Core" Version="26.1.5" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Reporting.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevExpress.Reporting.Core --version 26.1.5
                    
#r "nuget: DevExpress.Reporting.Core, 26.1.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevExpress.Reporting.Core@26.1.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevExpress.Reporting.Core&version=26.1.5
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Reporting.Core&version=26.1.5
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (49)

Showing the top 5 NuGet packages that depend on DevExpress.Reporting.Core:

Package Downloads
DevExpress.Web.Mvc5

Target Platform/Framework: Web DevExpress Product Libraries Used: ASP.NET MVC 5 components (https://www.devexpress.com/mvc) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting

DevExpress.Web.Mvc

Target Platform/Framework: Web DevExpress Product Libraries Used: ASP.NET MVC 5 components (https://www.devexpress.com/mvc) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting

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

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

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

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on DevExpress.Reporting.Core:

Repository Stars
PredatH0r/ChanSort
TV channel list editor for Samsung, LG, Sony, Hisense, Panasonic, Philips, Sharp, Toshiba and MANY more.
Version Downloads Last Updated
26.1.5 7,455 9/18/2026
26.1.5-pre-26248 1,921 9/11/2026
26.1.5-pre-26241 1,931 9/2/2026
26.1.5-pre-26235 1,928 8/26/2026
26.1.5-pre-26227 2,381 8/18/2026
26.1.4 84,794 8/7/2026
26.1.3 154,253 6/18/2026
25.2.10 593 9/22/2026
25.2.9 21,760 8/3/2026
25.2.8 65,155 6/10/2026
25.2.7 158,308 5/6/2026
25.2.6 123,771 4/7/2026
25.1.14 460 9/22/2026
25.1.13 6,629 7/31/2026
25.1.12 10,938 6/10/2026
25.1.11 5,729 5/5/2026
Loading failed