Back to Devexpress

DashboardStateExportPosition Type

dashboard-js-devexpress-dot-dashboard-79b1743f.md

latest891 B
Original Source

DashboardStateExportPosition Type

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

Declaration

ts
export type DashboardStateExportPosition = "Below" | "SeparatePage"

Members

NameDescription
"Below"

The dashboard state is placed below the exported dashboard/dashboard item.

| | "SeparatePage" |

The dashboard state is placed on a separate page.

|

Remarks

Values listed in this class are used to set the DashboardPdfExportOptions.DashboardStatePosition property.