Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions.ExcelOptions Property

OBSOLETE

The ExcelOptions property is obsolete now. Use properties exposed by the DashboardExcelExportOptions class instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Provides access to options for exporting individual dashboard items in Excel format.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

[Obsolete("The ExcelOptions property is obsolete now. Use properties exposed by the DashboardExcelExportOptions class instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public ExcelFormatOptions ExcelOptions { get; set; }

Property Value

Type Description
ExcelFormatOptions

An ExcelFormatOptions object containing settings that specify parameters affecting how the dashboard item is exported in Excel format.

See Also