DxExcelExportOptions.Format Property
Specifies the Excel format in which the dashboard item is exported.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
Property Value
Type | Description |
---|---|
ExcelFormat | An ExcelFormat object that specifies the Excel format in which the dashboard item is exported. |
Available values:
Name | Description |
---|---|
Csv | A comma-separated values (CSV) file format. |
Xls | The Excel 97 - Excel 2003 (XLS) file format. |
Xlsx | The Office Excel 2007 XML-based (XLSX) file format. |
See Also