ExcelFormatExportOptions.FilterState Property
OBSOLETE
This property is obsolete now. Instead use the ExportFilters/DashboardStatePosition properties exposed by the DashboardExcelExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Gets or sets the filter state’s location on the exported document.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
Declaration
[DefaultValue(ExcelExportFilterState.None)]
[Obsolete("This property is obsolete now. Instead use the ExportFilters/DashboardStatePosition properties exposed by the DashboardExcelExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public ExcelExportFilterState FilterState { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ExcelExportFilterState | None | A string value returned by the ExcelExportFilterState class that specifies the filter state’s location on the exported document. |
See Also