DxImageExportOptions Class
Contains options related to exporting a dashboard/dashboard item as an image.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
Remarks
The DxImageExportOptions
component contains the DxDashboardExport options related to exporting a dashboard/dashboard item as an image.
@using DevExpress.DashboardCommon
<DxDashboard style="height: 800px;" Endpoint="api/dashboard">
<DxExtensions>
<DxDashboardExport AllowExportDashboard="true">
<DxImageExportOptions ExportFilters="true" Format="@DashboardExportImageFormat.Jpeg">
</DxImageExportOptions>
</DxDashboardExport>
</DxExtensions>
</DxDashboard>
Inheritance
Object
ComponentBase
DevExpress.DashboardBlazor.Native.DxSettingsComponent
DevExpress.DashboardBlazor.Native.DxComplexSettingsComponent
DxImageExportOptions
See Also