DevExpress.Wpf.Reporting
26.1.5-pre-26235
Prefix Reserved
See the version list below for details.
dotnet add package DevExpress.Wpf.Reporting --version 26.1.5-pre-26235
NuGet\Install-Package DevExpress.Wpf.Reporting -Version 26.1.5-pre-26235
<PackageReference Include="DevExpress.Wpf.Reporting" Version="26.1.5-pre-26235" />
<PackageVersion Include="DevExpress.Wpf.Reporting" Version="26.1.5-pre-26235" />
<PackageReference Include="DevExpress.Wpf.Reporting" />
paket add DevExpress.Wpf.Reporting --version 26.1.5-pre-26235
#r "nuget: DevExpress.Wpf.Reporting, 26.1.5-pre-26235"
#:package DevExpress.Wpf.Reporting@26.1.5-pre-26235
#addin nuget:?package=DevExpress.Wpf.Reporting&version=26.1.5-pre-26235&prerelease
#tool nuget:?package=DevExpress.Wpf.Reporting&version=26.1.5-pre-26235&prerelease
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
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
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows is compatible. net9.0-windows 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. |
-
.NETFramework 4.6.2
- DevExpress.Charts (= 26.1.5-pre-26235)
- DevExpress.Charts.Core (= 26.1.5-pre-26235)
- DevExpress.CodeParser (= 26.1.5-pre-26235)
- DevExpress.Data (= 26.1.5-pre-26235)
- DevExpress.Data.Desktop (= 26.1.5-pre-26235)
- DevExpress.DataAccess (= 26.1.5-pre-26235)
- DevExpress.Diagram.Core (= 26.1.5-pre-26235)
- DevExpress.Drawing (= 26.1.5-pre-26235)
- DevExpress.Gauges.Core (= 26.1.5-pre-26235)
- DevExpress.Images (= 26.1.5-pre-26235)
- DevExpress.Mvvm (= 26.1.5-pre-26235)
- DevExpress.Office.Core (= 26.1.5-pre-26235)
- DevExpress.PivotGrid.Core (= 26.1.5-pre-26235)
- DevExpress.Printing.Core (= 26.1.5-pre-26235)
- DevExpress.Reporting.Core (= 26.1.5-pre-26235)
- DevExpress.RichEdit.Core (= 26.1.5-pre-26235)
- DevExpress.Sparkline.Core (= 26.1.5-pre-26235)
- DevExpress.Wpf.Controls (= 26.1.5-pre-26235)
- DevExpress.Wpf.Core (= 26.1.5-pre-26235)
- DevExpress.Wpf.Diagram (= 26.1.5-pre-26235)
- DevExpress.Wpf.Docking (= 26.1.5-pre-26235)
- DevExpress.Wpf.ExpressionEditor (= 26.1.5-pre-26235)
- DevExpress.Wpf.Grid.Core (= 26.1.5-pre-26235)
- DevExpress.Wpf.LayoutControl (= 26.1.5-pre-26235)
- DevExpress.Wpf.NavBar (= 26.1.5-pre-26235)
- DevExpress.Wpf.PivotGrid (= 26.1.5-pre-26235)
- DevExpress.Wpf.Printing (= 26.1.5-pre-26235)
- DevExpress.Wpf.PropertyGrid (= 26.1.5-pre-26235)
- DevExpress.Wpf.Ribbon (= 26.1.5-pre-26235)
- DevExpress.Wpf.RichEdit (= 26.1.5-pre-26235)
- DevExpress.Xpo (= 26.1.5-pre-26235)
-
net8.0-windows
- DevExpress.Charts (= 26.1.5-pre-26235)
- DevExpress.Charts.Core (= 26.1.5-pre-26235)
- DevExpress.CodeParser (= 26.1.5-pre-26235)
- DevExpress.Data (= 26.1.5-pre-26235)
- DevExpress.Data.Desktop (= 26.1.5-pre-26235)
- DevExpress.DataAccess (= 26.1.5-pre-26235)
- DevExpress.Diagram.Core (= 26.1.5-pre-26235)
- DevExpress.Drawing (= 26.1.5-pre-26235)
- DevExpress.Gauges.Core (= 26.1.5-pre-26235)
- DevExpress.Images (= 26.1.5-pre-26235)
- DevExpress.Mvvm (= 26.1.5-pre-26235)
- DevExpress.Office.Core (= 26.1.5-pre-26235)
- DevExpress.PivotGrid.Core (= 26.1.5-pre-26235)
- DevExpress.Printing.Core (= 26.1.5-pre-26235)
- DevExpress.Reporting.Core (= 26.1.5-pre-26235)
- DevExpress.RichEdit.Core (= 26.1.5-pre-26235)
- DevExpress.Sparkline.Core (= 26.1.5-pre-26235)
- DevExpress.Wpf.Controls (= 26.1.5-pre-26235)
- DevExpress.Wpf.Core (= 26.1.5-pre-26235)
- DevExpress.Wpf.Diagram (= 26.1.5-pre-26235)
- DevExpress.Wpf.Docking (= 26.1.5-pre-26235)
- DevExpress.Wpf.ExpressionEditor (= 26.1.5-pre-26235)
- DevExpress.Wpf.Grid.Core (= 26.1.5-pre-26235)
- DevExpress.Wpf.LayoutControl (= 26.1.5-pre-26235)
- DevExpress.Wpf.NavBar (= 26.1.5-pre-26235)
- DevExpress.Wpf.PivotGrid (= 26.1.5-pre-26235)
- DevExpress.Wpf.Printing (= 26.1.5-pre-26235)
- DevExpress.Wpf.PropertyGrid (= 26.1.5-pre-26235)
- DevExpress.Wpf.Ribbon (= 26.1.5-pre-26235)
- DevExpress.Wpf.RichEdit (= 26.1.5-pre-26235)
- DevExpress.Xpo (= 26.1.5-pre-26235)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on DevExpress.Wpf.Reporting:
| Package | Downloads |
|---|---|
|
DevExpress.Wpf.TypedStyles
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
|
|
DevExpress.Wpf.Reporting.de
Target Platform/Framework: Desktop DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.Reporting.es
Target Platform/Framework: Desktop DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.Reporting.ja
Target Platform/Framework: Desktop DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
ClientTools
ClientTools is dll containing all controls related code for Uniconta application. To use the ClientTools you will need your own Uniconta APP identifier. http://www.uniconta.com/en/developers/ |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.5 | 214 | 9/18/2026 |
| 26.1.5-pre-26248 | 176 | 9/11/2026 |
| 26.1.5-pre-26241 | 200 | 9/2/2026 |
| 26.1.5-pre-26235 | 204 | 8/26/2026 |
| 26.1.5-pre-26227 | 212 | 8/18/2026 |
| 26.1.4 | 11,679 | 8/7/2026 |
| 26.1.3 | 14,904 | 6/18/2026 |
| 25.2.9 | 1,280 | 8/3/2026 |
| 25.2.8 | 5,961 | 6/10/2026 |
| 25.2.7 | 10,656 | 5/6/2026 |
| 25.2.6 | 14,785 | 4/7/2026 |
| 25.1.13 | 340 | 7/31/2026 |
| 25.1.12 | 358 | 6/10/2026 |
| 25.1.11 | 1,084 | 5/5/2026 |
| 25.1.10 | 7,232 | 4/6/2026 |
| 25.1.9 | 1,002 | 3/2/2026 |