Back to Devexpress

DocumentContentPrintingOptions Class

dashboard-devexpress-dot-dashboardwin-e7e61ac5.md

latest2.2 KB
Original Source

DocumentContentPrintingOptions Class

OBSOLETE

The DocumentContentPrintingOptions class is obsolete now. Instead use the ExportFilters/DashboardStatePosition and ShowTitle properties exposed by the DashboardPrintPreviewOptions/DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Contains options specific to printing and exporting additional content.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Obsolete("The DocumentContentPrintingOptions class is obsolete now. Instead use the ExportFilters/DashboardStatePosition and ShowTitle properties exposed by the DashboardPrintPreviewOptions/DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public class DocumentContentPrintingOptions :
    OptionsBase
vb
<Obsolete("The DocumentContentPrintingOptions class is obsolete now. Instead use the ExportFilters/DashboardStatePosition and ShowTitle properties exposed by the DashboardPrintPreviewOptions/DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")>
Public Class DocumentContentPrintingOptions
    Inherits OptionsBase

Inheritance

Object OptionsBase DocumentContentPrintingOptions

See Also

DocumentContentPrintingOptions Members

DevExpress.DashboardWin Namespace