Redistribution and Deployment
- 3 minutes to read
DevExpress Blazor libraries are redistributable under the End User License Agreement (EULA) and can be distributed to your application users. You must have a valid license to legally distribute applications that use DevExpress Blazor components.
The following Microsoft help topics describe how to deploy Blazor applications:
Common Blazor Assemblies
- DevExpress.Blazor.v24.1.dll
- Contains classes for all DevExpress Blazor components.
- DevExpress.Data.v24.1.dll
- Implements the common data management functionality for DevExpress components.
- DevExpress.Drawing.v24.1.dll
- Contains cross-platform counterparts of the
System.Drawing
classes (Image
,Bitmap
,Font
,Pen
,Brush
, and so on). - DevExpress.Drawing.v24.1.Skia.dll
- Implements the cross-platform drawing functionality based on the Skia Graphics Library.
Export-Specific Assemblies
- DevExpress.Office.v24.1.Core.dll
- Contains classes required to export reports to DOCX.
- DevExpress.Pdf.v24.1.Core.dll
- Contains classes required to export reports and data grid to PDF.
- DevExpress.Pdf.v24.1.Drawing.dll
- Contains classes that implement PDF-related features used to render PDF file content in reports and the data grid.
- DevExpress.Printing.v24.1.Core.dll
- Implements basic printing functionality.
- DevExpress.RichEdit.v24.1.Export.dll
- Contains classes required to export reports to DOCX.
PDF Viewer-Specific Assemblies
- DevExpress.Blazor.PdfViewer.v24.1.dll
- Contains classes for DevExpress Blazor PDF Viewer component.
Rich Text Editor-Specific Assemblies
- DevExpress.Blazor.RichEdit.v24.1.dll
- Contains classes for DevExpress Blazor RichEdit component.
- DevExpress.SpellChecker.v24.1.Core.dll
- Contains classes that are used to incorporate spell check.
Reports-Specific Assemblies
- DevExpress.AspNetCore.Common.v24.1.dll
- Implements common functionality for DevExpress ASP.NET Core components.
- DevExpress.AspNetCore.Core.v24.1.dll
- Implements core functionality for DevExpress ASP.NET Core components.
- DevExpress.AspNetCore.Reporting.v24.1.dll
- Contains classes used to inject the reporting functionality to ASP.NET Core applications.
- DevExpress.AspNetCore.Reporting.v24.1.Azure.dll
- Contains services designed to work with web reporting applications in the Microsoft Azure environment.
- DevExpress.Blazor.Reporting.v24.1.JSBasedControls.dll
- Implements functionality for Report Designer and Report Viewer components.
- DevExpress.Blazor.Reporting.v24.1.JSBasedControls.Common.dll
- Implements functionality common to all Blazor JavaScript-based reporting components.
- DevExpress.Blazor.Reporting.v24.1.JSBasedControls.WebAssembly.dll
- Implements functionality for Report Designer and Report Viewer components used in hosted Blazor WebAssembly applications.
- DevExpress.Blazor.Reporting.v24.1.Viewer.dll
- Implements functionality related to the native Blazor Report Viewer component.
- DevExpress.Charts.v24.1.Core.dll
- Contains classes used to display charts in reports.
- DevExpress.DataAccess.v24.1.dll
- Contains classes used to access different data providers.
- DevExpress.DataVisualization.v24.1.Core.dll
- Implements core functionality for DevExpress data visualization components.
- DevExpress.Pdf.v24.1.SkiaRenderer.dll
- Implements the cross-platform PDF renderer based on the Skia Graphics Library.
- DevExpress.PivotGrid.v24.1.Core.dll
- Contains classes used to display Pivot Grid components in reports.
- DevExpress.RichEdit.v24.1.Core.dll
- Contains classes required to display formatted text in a report and to export reports to DOCX.
- DevExpress.Sparkline.v24.1.Core.dll
- Contains classes used to display sparklines in reports.
- DevExpress.Xpo.v24.1.dll
- Implements functionality for eXpress Persistent Objects (XPO).
- DevExpress.XtraCharts.v24.1.dll
- Contains classes used to display charts in reports.
- DevExpress.XtraGauges.v24.1.Core.dll
- Contains classes used to display gauges in reports.
- DevExpress.XtraReports.v24.1.dll
- Implements core reporting functionality.
- DevExpress.XtraReports.v24.1.CodeCompletion.dll
- Implements code completion functionality in Report Designers.
- DevExpress.XtraReports.v24.1.Web.dll
- Implements reporting functionality for Web platforms.
- DevExpress.Web.Resources.24.1.dll
- Contains external client libraries for DevExpress ASP.NET Core controls.
- DevExpress.Web.Reporting.v24.1.Common.Services.dll
- Implements functionality related to DevExpress JavaScript-based Web Reporting components.