Skip to main content
A newer version of this page is available. .

DashboardExportFormat Enum

Lists values that specify the format used to export a dashboard/dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum DashboardExportFormat

Members

Name Description
PDF

Identifies the PDF format.

Image

Identifies the Image format.

Excel

Identifies the Excel format.

Remarks

Values listed in this enumeration can be passed to the following methods:

See Also