DashboardExportFormat Enum
Lists values that specify the format used to export a dashboard/dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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:
- DashboardDesigner.ShowExportDashboardDialog
- DashboardDesigner.ShowExportDashboardItemDialog
- DashboardViewer.ShowExportDashboardDialog
- DashboardViewer.ShowExportDashboardItemDialog
See Also