Back to Devexpress

DashboardExtensionSettings.ImageExportOptions Property

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-dashboardextensionsettings-ee63eed6.md

latest1.7 KB
Original Source

DashboardExtensionSettings.ImageExportOptions Property

Provides access to options related to exporting a dashboard/dashboard item to an image.

Namespace : DevExpress.DashboardWeb.Mvc

Assembly : DevExpress.Dashboard.v25.2.Web.Mvc5.dll

NuGet Package : DevExpress.Web.Mvc5.Dashboard

Declaration

csharp
public DashboardImageExportOptions ImageExportOptions { get; set; }
vb
Public Property ImageExportOptions As DashboardImageExportOptions

Property Value

TypeDescription
DashboardImageExportOptions

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

|

See Also

PdfExportOptions

ExcelExportOptions

DashboardExtensionSettings Class

DashboardExtensionSettings Members

DevExpress.DashboardWeb.Mvc Namespace