DashboardStateExcelExportPosition Type
In This Article
Lists values that specify the position of the dashboard state (such as master filter or current parameter values) in the exported Excel document.
#Declaration
TypeScript
export type DashboardStateExcelExportPosition = "Below" | "SeparateSheet"
#Members
Name | Description |
---|---|
"Below" | The dashboard state is placed below the exported data. |
"Separate |
The dashboard state is placed on a separate sheet. |
#Remarks
Values listed in this enumeration are used to set the DashboardExcelExportOptions.DashboardStatePosition property.