Skip to main content
All docs
V25.1
  • DxExcelExportOptions.DashboardStatePosition Property

    Specifies the position of the dashboard state (such as master filter or current parameter values) in the exported document.

    Namespace: DevExpress.DashboardBlazor

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

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    [Parameter]
    public DashboardStateExcelExportPosition DashboardStatePosition { get; set; }

    Property Value

    Type Description
    DashboardStateExcelExportPosition

    The DashboardStateExcelExportPosition object that specify the position of the dashboard state in the exported Excel document.

    Available values:

    Name Description
    Below

    The dashboard state is placed below the exported data.

    SeparateSheet

    The dashboard state is placed on a separate sheet.

    Remarks

    To add a master state to the exported document, use the ExportFilters property. To export current parameter values, set the ExportParameters property to true.

    See Also