Skip to main content

DashboardImageExportOptions.Format Property

Gets or sets an image format in which the dashboard/dashboard item is exported.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v25.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(DashboardExportImageFormat.Png)]
public DashboardExportImageFormat Format { get; set; }

Property Value

Type Default Description
DashboardExportImageFormat Png

A DashboardExportImageFormat object that specifies an image format in which the dashboard/dashboard item is exported.

Available values:

Name Description
Png

The PNG image format.

Jpeg

The JPG image format.

Gif

The GIF image format.

Svg

The SVG image format.

Property Paths

You can access this nested property as listed below:

Object Type Path to Format
BeforeExportDocumentEventArgs
CustomExportBaseEventArgs
ASPxDashboard
BeforeExportDocumentWebEventArgs
CustomExportBaseWebEventArgs
DashboardExtensionSettings
DashboardDesigner
DashboardViewer
IDashboardControl
DashboardControl
See Also