Back to Devexpress

DocumentContentExportOptions Class

dashboard-devexpress-dot-dashboardweb-5fb92eac.md

latest2.2 KB
Original Source

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 breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Contains options specific to exporting additional content.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[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 breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class DocumentContentExportOptions :
    OptionsBase
vb
<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 breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Class DocumentContentExportOptions
    Inherits OptionsBase

Inheritance

Object OptionsBase DocumentContentExportOptions

See Also

DocumentContentExportOptions Members

DevExpress.DashboardWeb Namespace