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

DocumentContentExportOptions Class

OBSOLETE

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

Contains options specific to exporting additional content.

Namespace: DevExpress.DashboardWeb

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

Declaration

[Obsolete("The DocumentContentExportOptions class is obsolete now. Use the ExportFilters/DashboardStatePosition and ShowTitle properties exposed by the  DashboardPdfExportOptions, DashboardImageExportOptions and DashboardExcelExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public class DocumentContentExportOptions :
    OptionsBase

Remarks

The DocumentContentExportOptions.ShowTitle property allows you to specify whether a dashboard title (or dashboard item’s caption) is included as the exported document title.

Use the DocumentContentExportOptions.FilterState property to specify the filter state’s location on the exported document.

Inheritance

Object
OptionsBase
DocumentContentExportOptions
See Also