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

DashboardExportMode Enum

Lists values that specifies the document export mode.

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum DashboardExportMode

Members

Name Description
SingleItem

A specific dashboard item is being exported.

EntireDashboard

An entire dashboard is being exported.

Related API Members

The following properties accept/return DashboardExportMode values:

Remarks

Values listed in this enumeration are returned by the CustomExportBaseEventArgs.ExportMode/CustomExportBaseWebEventArgs.ExportMode properties.

See Also