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

DashboardExportOptions.DashboardItemOptions Property

OBSOLETE

Use DocumentContentOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[Obsolete("Use DocumentContentOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public DashboardItemExportOptions DashboardItemOptions { get; }

Property Value

Type Description
DashboardItemExportOptions

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

See Also