DevExpress.Wpf.Reporting 26.1.5-pre-26227
DevExpress WPF Reporting Controls
The DevExpress.Wpf.Reporting package includes DevExpress reporting controls for WPF applications: End-User Report Designer, Document Preview, and supporting UI components. Use these controls to allow end users to design, preview, and print reports directly within WPF desktop applications.
Included Components
- End-User Report Designer — A drag-and-drop report design surface for WPF. The designer allows end users to create and modify reports at runtime.
- Document Preview — An interactive document preview control with zoom, page navigation, search, and export features.
Examples
Review the following sections for more information:
Open the Built-in Report Designer
using DevExpress.Xpf.Reports.UserDesigner;
using DevExpress.XtraReports.UI;
var report = new XtraReport1();
// Display the built-in Report Designer window.
ReportDesigner.ShowWindow(report);
Open the Built-in Document Preview
using DevExpress.Xpf.Printing;
using DevExpress.XtraReports.UI;
// Display the built-in ribbon-based Document Preview window.
PrintHelper.ShowRibbonPrintPreview(new XtraReport1());
// Or display the standard Document Preview window.
// PrintHelper.ShowPrintPreview(this, new XtraReport1());
Add a Report Designer to a WPF Window
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:dxrud="http://schemas.devexpress.com/winfx/2008/xaml/reports/userdesigner">
<dxrud:ReportDesigner DocumentSource="{Binding Report}" />
</Window>
Display a Report in the Document Preview
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:dxrp="http://schemas.devexpress.com/winfx/2008/xaml/reports">
<dxrp:DocumentPreviewControl ReportSource="{Binding Report}" />
</Window>
using DevExpress.Xpf.Printing;
using DevExpress.XtraReports.UI;
// Open the Document Preview with a report
PrintHelper.ShowPrintPreview(owner, new XtraReport1());
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:
- DevExpress Reporting Subscription
- DevExpress WPF Subscription
- DevExpress DXperience Subscription
- DevExpress Universal Subscription
[!IMPORTANT] To customize the DevExpress Reporting components UI in your application code, you need a valid WPF, DXperience, or Universal subscription (subscriptions that include DevExpress WPF UI Controls). Refer to the following help topic for information on licensing: Installation - Subscriptions that Include Reporting Components.
Documentation
- WPF Reporting Overview
- End-User Report Designer for WPF
- Document Preview (WPF)
- WPF Reporting — Redistribution and Deployment
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.Wpf.Reporting.
| Packages | Downloads |
|---|---|
|
DevExpress.Wpf.TypedStyles
This package provides TypedStyles for controls from base WPF assemblies and DevExpress WPF controls.
|
23 |
|
DevExpress.Wpf.Reporting.es
This package implements the functionality specific to DevExpress WPF Reporting.
|
16 |
|
DevExpress.Wpf.TypedStyles
This package provides TypedStyles for controls from base WPF assemblies and DevExpress WPF controls.
|
15 |
|
DevExpress.Wpf.Reporting.ru
This package implements the functionality specific to DevExpress WPF Reporting.
|
14 |
|
DevExpress.Wpf.Reporting.ja
This package implements the functionality specific to DevExpress WPF Reporting.
|
13 |
|
DevExpress.Wpf.Reporting.ja
This package implements the functionality specific to DevExpress WPF Reporting.
|
11 |
|
DevExpress.Wpf.Reporting.de
This package implements the functionality specific to DevExpress WPF Reporting.
|
10 |
|
DevExpress.Wpf.Reporting.de
This package implements the functionality specific to DevExpress WPF Reporting.
|
9 |
|
DevExpress.Wpf.Reporting.es
This package implements the functionality specific to DevExpress WPF Reporting.
|
9 |
|
DevExpress.Wpf.TypedStyles
This package provides TypedStyles for controls from base WPF assemblies and DevExpress WPF controls.
|
9 |
|
DevExpress.Wpf.Reporting.de
This package implements the functionality specific to DevExpress WPF Reporting.
|
8 |
|
DevExpress.Wpf.Reporting.ja
This package implements the functionality specific to DevExpress WPF Reporting.
|
8 |
|
DevExpress.Wpf.Reporting.ja
This package implements the functionality specific to DevExpress WPF Reporting.
|
7 |
|
DevExpress.Wpf.Reporting.es
This package implements the functionality specific to DevExpress WPF Reporting.
|
7 |
.NET Framework 4.6.2
- DevExpress.Charts (= 26.1.5-pre-26227)
- DevExpress.Reporting.Core (= 26.1.5-pre-26227)
- DevExpress.CodeParser (= 26.1.5-pre-26227)
- DevExpress.Data (= 26.1.5-pre-26227)
- DevExpress.Data.Desktop (= 26.1.5-pre-26227)
- DevExpress.DataAccess (= 26.1.5-pre-26227)
- DevExpress.Diagram.Core (= 26.1.5-pre-26227)
- DevExpress.Drawing (= 26.1.5-pre-26227)
- DevExpress.Gauges.Core (= 26.1.5-pre-26227)
- DevExpress.Images (= 26.1.5-pre-26227)
- DevExpress.Mvvm (= 26.1.5-pre-26227)
- DevExpress.Office.Core (= 26.1.5-pre-26227)
- DevExpress.PivotGrid.Core (= 26.1.5-pre-26227)
- DevExpress.Printing.Core (= 26.1.5-pre-26227)
- DevExpress.Xpo (= 26.1.5-pre-26227)
- DevExpress.Charts.Core (= 26.1.5-pre-26227)
- DevExpress.RichEdit.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.Controls (= 26.1.5-pre-26227)
- DevExpress.Wpf.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.Diagram (= 26.1.5-pre-26227)
- DevExpress.Wpf.Docking (= 26.1.5-pre-26227)
- DevExpress.Wpf.ExpressionEditor (= 26.1.5-pre-26227)
- DevExpress.Wpf.Grid.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.LayoutControl (= 26.1.5-pre-26227)
- DevExpress.Wpf.NavBar (= 26.1.5-pre-26227)
- DevExpress.Wpf.PivotGrid (= 26.1.5-pre-26227)
- DevExpress.Wpf.Printing (= 26.1.5-pre-26227)
- DevExpress.Wpf.PropertyGrid (= 26.1.5-pre-26227)
- DevExpress.Wpf.Ribbon (= 26.1.5-pre-26227)
- DevExpress.Wpf.RichEdit (= 26.1.5-pre-26227)
- DevExpress.Sparkline.Core (= 26.1.5-pre-26227)
.NET 8.0
- DevExpress.Data (= 26.1.5-pre-26227)
- DevExpress.Data.Desktop (= 26.1.5-pre-26227)
- DevExpress.DataAccess (= 26.1.5-pre-26227)
- DevExpress.Diagram.Core (= 26.1.5-pre-26227)
- DevExpress.Drawing (= 26.1.5-pre-26227)
- DevExpress.Gauges.Core (= 26.1.5-pre-26227)
- DevExpress.Images (= 26.1.5-pre-26227)
- DevExpress.Mvvm (= 26.1.5-pre-26227)
- DevExpress.Office.Core (= 26.1.5-pre-26227)
- DevExpress.PivotGrid.Core (= 26.1.5-pre-26227)
- DevExpress.Printing.Core (= 26.1.5-pre-26227)
- DevExpress.Reporting.Core (= 26.1.5-pre-26227)
- DevExpress.RichEdit.Core (= 26.1.5-pre-26227)
- DevExpress.CodeParser (= 26.1.5-pre-26227)
- DevExpress.Sparkline.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.Diagram (= 26.1.5-pre-26227)
- DevExpress.Wpf.Docking (= 26.1.5-pre-26227)
- DevExpress.Wpf.ExpressionEditor (= 26.1.5-pre-26227)
- DevExpress.Wpf.Grid.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.LayoutControl (= 26.1.5-pre-26227)
- DevExpress.Wpf.NavBar (= 26.1.5-pre-26227)
- DevExpress.Wpf.PivotGrid (= 26.1.5-pre-26227)
- DevExpress.Wpf.Printing (= 26.1.5-pre-26227)
- DevExpress.Wpf.PropertyGrid (= 26.1.5-pre-26227)
- DevExpress.Wpf.Ribbon (= 26.1.5-pre-26227)
- DevExpress.Wpf.RichEdit (= 26.1.5-pre-26227)
- DevExpress.Xpo (= 26.1.5-pre-26227)
- DevExpress.Wpf.Controls (= 26.1.5-pre-26227)
- DevExpress.Charts (= 26.1.5-pre-26227)
- DevExpress.Charts.Core (= 26.1.5-pre-26227)
| Version | Downloads | Last updated |
|---|---|---|
| 26.1.5-pre-26227 | 1 | 08/18/2026 |
| 26.1.4 | 1 | 08/18/2026 |
| 26.1.4-pre-26200 | 1 | 08/18/2026 |
| 26.1.4-pre-26190 | 1 | 08/18/2026 |
| 26.1.4-pre-26179 | 1 | 08/19/2026 |
| 26.1.3 | 1 | 08/19/2026 |
| 25.2.9 | 1 | 08/18/2026 |
| 25.2.8 | 1 | 08/18/2026 |
| 25.2.7 | 1 | 08/18/2026 |
| 25.2.6 | 1 | 04/12/2026 |
| 25.2.5 | 1 | 03/06/2026 |
| 25.2.4 | 1 | 02/13/2026 |
| 25.2.3 | 4 | 01/20/2026 |
| 25.1.13 | 1 | 08/18/2026 |
| 25.1.12 | 1 | 08/19/2026 |
| 25.1.11 | 1 | 08/18/2026 |
| 25.1.10 | 1 | 04/12/2026 |
| 25.1.9 | 1 | 03/06/2026 |
| 25.1.8 | 3 | 01/20/2026 |
| 25.1.7 | 4 | 01/20/2026 |
| 25.1.6 | 4 | 12/17/2025 |
| 25.1.5 | 5 | 12/17/2025 |
| 25.1.4 | 5 | 12/17/2025 |
| 25.1.3 | 14 | 09/01/2025 |
| 24.1.4 | 14 | 07/22/2024 |
| 24.1.3 | 18 | 07/24/2024 |
| 23.1.6 | 14 | 12/01/2023 |
| 23.1.3 | 14 | 07/04/2023 |
| 21.2.3 | 14 | 06/19/2023 |