Skip to main content

CustomExportBaseWebEventArgs.ImageExportOptions Property

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

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

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.

See Also