Skip to main content

DashboardExportOptions.DashboardItemOptions Property

OBSOLETE

Use DocumentContentOptions property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Provides access to dashboard options specific to export individual dashboard items.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Obsolete("Use DocumentContentOptions property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public DashboardItemExportOptions DashboardItemOptions { get; }

Property Value

Type Description
DashboardItemExportOptions

A DashboardItemExportOptions object that contains settings specific to export individual dashboard items.

See Also