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 breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Provides access to options specific to exporting additional content.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.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 breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public DocumentContentExportOptions DocumentContentOptions { get; }
Property Value
Type | Description |
---|---|
DocumentContentExportOptions | A DocumentContentExportOptions object containing options specific to exporting additional content. |
See Also