DxDashboardExport Class
Contains export settings.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
Remarks
Use nested options that are specific to the exported content type:
@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
DevExpress.DashboardBlazor.Native.DxComplexSettingsComponent
DxDashboardExport
See Also