Skip to main content

ASPxDashboard.ExportOptions Property

OBSOLETE

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

Provides access to dashboard options specific to export.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Browsable(false)]
[Obsolete("This property is obsolete now. Use ASPxDashboard.PdfExportOptions, ASPxDashboard.ImageExportOptions and ASPxDashboard.ExcelExportOptions instead.")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public DashboardExportOptions ExportOptions { get; }

Property Value

Type Description
DashboardExportOptions

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

See Also