dashboard-devexpress-dot-dashboardblazor-bdf8ac83.md
Contains options related to exporting a dashboard/dashboard item to Excel format
Namespace : DevExpress.DashboardBlazor
Assembly : DevExpress.Dashboard.v25.2.Blazor.dll
NuGet Package : DevExpress.Blazor.Dashboard
public class DxExcelExportOptions :
DxSettingsComponent
Public Class DxExcelExportOptions
Inherits DxSettingsComponent
The DxExcelExportOptions component contains the DxDashboardExport options related to exporting a dashboard/dashboard item to Excel format.
@using DevExpress.DashboardCommon
<DxDashboard style="height: 800px;"
Endpoint="@endpoint">
<DxExtensions>
<DxDashboardExport>
<DxExcelExportOptions Format="@ExcelFormat.Xlsx"
DashboardStatePosition="@DashboardStateExcelExportPosition.SeparateSheet"
ExportFilters="true">
</DxExcelExportOptions>
</DxDashboardExport>
</DxExtensions>
</DxDashboard>
Object ComponentBase DevExpress.DashboardBlazor.Native.DxSettingsComponent DxExcelExportOptions
See Also