Skip to main content
All docs
V25.1
  • DxImageExportOptions Class

    Contains options related to exporting a dashboard/dashboard item as an image.

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.Blazor.dll

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    public class DxImageExportOptions :
        DxComplexSettingsComponent

    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