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

ASPxDashboardViewer.ExportOptions Property

OBSOLETE

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

Provides access to dashboard options specific to export.

Namespace: DevExpress.DashboardWeb

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

Declaration

[Obsolete("This property is obsolete now. Use ASPxDashboardViewer.PdfExportOptions, ASPxDashboardViewer.ImageExportOptions and ASPxDashboardViewer.ExcelExportOptions instead.")]
[Browsable(false)]
[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.

Remarks

To learn how to export a dashboard or its items, see the Manage Exporting Capabilities topic.

See Also