Skip to main content

BeforeExportDocumentEventArgs.ImageExportOptions Property

Gets export options related to exporting a dashboard/dashboard item as an image.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardImageExportOptions ImageExportOptions { get; }

Property Value

Type Description
DashboardImageExportOptions

A DashboardImageExportOptions object containing export options related to exporting a dashboard/dashboard item as an image.

Remarks

Note

Do not modify export options in the BeforeExportDocument event handler because modifications do not apply to the exported document.

See Also