Skip to main content
A newer version of this page is available. .

DashboardExtensionSettings.ExportOptions Property

OBSOLETE

This property is obsolete now. Use DashboardExtensionSettings.PdfExportOptions, DashboardExtensionSettings.ImageExportOptions and DashboardExtensionSettings.ExcelExportOptions instead.

Provides access to dashboard options specific to export.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v19.1.Web.Mvc5.dll

Declaration

[Obsolete("This property is obsolete now. Use DashboardExtensionSettings.PdfExportOptions, DashboardExtensionSettings.ImageExportOptions and DashboardExtensionSettings.ExcelExportOptions instead.")]
public DashboardExportOptions ExportOptions { get; set; }

Property Value

Type Description
DashboardExportOptions

A DashboardExportOptions object that contains settings which specify parameters affecting how the dashboard (dashboard items) is exported.

See Also