Back to Devexpress

DxExcelExportOptions Class

dashboard-devexpress-dot-dashboardblazor-bdf8ac83.md

latest1.9 KB
Original Source

DxExcelExportOptions Class

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

Declaration

csharp
public class DxExcelExportOptions :
    DxSettingsComponent
vb
Public Class DxExcelExportOptions
    Inherits DxSettingsComponent

Remarks

The DxExcelExportOptions component contains the DxDashboardExport options related to exporting a dashboard/dashboard item to Excel format.

razor
@using DevExpress.DashboardCommon

<DxDashboard style="height: 800px;"
             Endpoint="@endpoint">
    <DxExtensions>
        <DxDashboardExport>
            <DxExcelExportOptions Format="@ExcelFormat.Xlsx"
                                  DashboardStatePosition="@DashboardStateExcelExportPosition.SeparateSheet"
                                  ExportFilters="true">
            </DxExcelExportOptions>
        </DxDashboardExport>
    </DxExtensions>
</DxDashboard>

Inheritance

Object ComponentBase DevExpress.DashboardBlazor.Native.DxSettingsComponent DxExcelExportOptions

See Also

DxExcelExportOptions Members

DevExpress.DashboardBlazor Namespace