DashboardImageExportOptions.Format Property
Gets or sets an image format in which the dashboard/dashboard item is exported.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.1.Core.dll
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Format |
---|---|
BeforeExportDocumentEventArgs |
|
CustomExportBaseEventArgs |
|
CustomExportEventArgs |
|
CustomizeExportDocumentEventArgs |
|
ASPxDashboard |
|
BeforeExportDocumentWebEventArgs |
|
CustomExportBaseWebEventArgs |
|
CustomExportWebEventArgs |
|
CustomizeExportDocumentWebEventArgs |
|
DashboardExtensionSettings |
|
MVCxDashboard |
|
DashboardDesigner |
|
DashboardViewer |
|
IDashboardControl |
|
DashboardControl |
|
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Format property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.