Skip to main content
All docs
V18.2

DashboardExcelExportOptions.ExportFilters Property

Gets or sets whether to add the state of master filter items to the exported document.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public bool ExportFilters { get; set; }

Property Value

Type Description
Boolean

true, to add the state of master filter items to the exported document; otherwise, false.

Remarks

To specify the position of the dashboard state (that includes the state of master filter items), use the DashboardExcelExportOptions.DashboardStatePosition property.

See Also