Skip to main content

DashboardExportFormat Enum

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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