Skip to main content

Redistribution and Deployment (ASP.NET Core BI Dashboard)

  • 3 minutes to read

DevExpress Reporting for ASP.NET Core libraries are redistributable under the End User License Agreement (EULA) and can be distributed to the users of your applications. You must have a valid license to legally distribute applications that use BI Dashboard Control for ASP.NET Core.

Important

Consult the End User License Agreement (EULA) for additional up-to-date information on redistributable assemblies, tools, and executables.

Depending on data sources used in your application, additional libraries may be required.

Redistributable Libraries

Below are the libraries considered redistributable under the DevExpress Dashboard EULA and are intended for distribution by you to end-users of software applications that you create.

The list below is actual for .NET 8+ :

Assembly Description
DevExpress.AspNetCore.Common.v25.1.dll Contains classes that provide the core functionality for DevExpress ASP.NET Core controls.
DevExpress.AspNetCore.Core.v25.1.dll Renders Bootstrap-powered markup to build modern adaptive web applications that work across multiple target platforms.
DevExpress.Charts.v25.1.Core.dll All DevExpress Charting controls contain classes shared via the same charting engine. These classes, along with a codebase, are intended for internal use, but also provide the basic functionality for ASP.NET Charts, WinForms Charts, and WPF Charts. This assembly is also required when deploying an application containing the WPF Spreadsheet control with a chart.
DevExpress.CodeParser.v25.1.dll Contains classes used to parse SQL queries within the Query Builder dialog.
DevExpress.Dashboard.v25.1.AspNetCore.dll Contains classes that implement the specific functionality for ASP.NET Core Dashboard.
DevExpress.Dashboard.v25.1.Core.dll Contains classes that implement the basic functionality for DevExpress dashboard components.
DevExpress.Dashboard.v25.1.Web.dll Contains classes that implement the core functionality for the Web Dashboard.
DevExpress.Data.v25.1.dll Implements the most basic functionality common to all DevExpress controls. This includes classes for data binding, skinning, printing, exporting, as well as many other auxiliary types and resources.
DevExpress.DataAccess.v25.1.dll Contains classes that utilize the most popular approaches to access different data providers.
DevExpress.DataVisualization.v25.1.Core.dll Required for embedded charts.
DevExpress.Drawing.v25.1.dll Contains cross-platform counterparts of the System.Drawing classes not supported in non-Windows environments.
DevExpress.Map.v25.1.Core.dll Contains common algorithms for drawing a map.
DevExpress.Office.v25.1.Core.dll Contains base classes common for Office File API and Office controls.
DevExpress.Pdf.v25.1.Core.dll Contains internal classes that provide the basic functionality to parse and render PDF files.
DevExpress.Pdf.v25.1.Drawing.dll Contains internal classes that implement drawing functionality for PDF Viewer.
DevExpress.PivotGrid.v25.1.Core.dll Contains internal classes that implement the basic functionality for WinForms PivotGrid, ASP.NET PivotGrid and WPF PivotGrid controls.
DevExpress.Printing.v25.1.Core.dll Contains classes that implement the basic functionality for DevExpress printing libraries.
DevExpress.RichEdit.v25.1.Core.dll Contains classes that implement the logic for formatting rich text, as well as basic types that provide a public API common to such DevExpress RTF controls as ASP.NET RichEdit, WinForms RichEdit, and WPF RichEdit. This assembly is also required when using a Rich Edit in-place editor (RepositoryItemRichTextEdit), Filter Editor Control and/or exporting to DOCX.
DevExpress.Sparkline.v25.1.Core.dll Contains base classes that implement the core functionality of DevExpress Sparkline controls.
DevExpress.Treemap.v25.1.Core.dll Contains base classes that implement the core functionality of the TreeMapControl.
DevExpress.Web.Resources.v25.1.dll Provides a set of external client libraries required for DevExpress Web controls.
DevExpress.Xpo.v25.1.dll Contains the classes that support the main functionality of the eXpress Persistent Objects Library. Note: This assembly is also required when using XtraGrid’s Server Mode.
DevExpress.XtraCharts.v25.1.dll Contains basic classes that implement the main functionality of the XtraCharts Suite.
DevExpress.XtraGauges.v25.1.Core.dll Contains common algorithms for drawing gauges in different platforms for XtraGauges and ASPxGauges.
DevExpress.XtraReports.v25.1.dll Contains classes that implement the main functionality of XtraReports.
DevExpress.XtraTreeMap.v25.1.dll Contains the TreeMapControl component.
See Also