Skip to main content

DashboardExportOptions.DocumentContentOptions Property

OBSOLETE

The DashboardExportOptions.DocumentContentOptions property is obsolete now. Use the FilterState and ShowTitle properties exposed by the DashboardPdfExportOptions/DashboardImageExportOptions/DashboardExcelExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Provides access to options specific to exporting additional content.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Obsolete("The DashboardExportOptions.DocumentContentOptions property is obsolete now. Use the FilterState and ShowTitle properties exposed by the DashboardPdfExportOptions/DashboardImageExportOptions/DashboardExcelExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public DocumentContentExportOptions DocumentContentOptions { get; }

Property Value

Type Description
DocumentContentExportOptions

A DocumentContentExportOptions object containing options specific to exporting additional content.

See Also