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

DashboardPrintingOptions.DocumentContentOptions Property

OBSOLETE

The DashboardPrintingOptions.DocumentContentOptions property is obsolete now. Use the ExportFilters/DashboardStatePosition and ShowTitle properties exposed by the DashboardPrintPreviewOptions/DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Provides access to options specific to printing additional content.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

[Obsolete("The DashboardPrintingOptions.DocumentContentOptions property is obsolete now. Use the ExportFilters/DashboardStatePosition and ShowTitle properties exposed by the DashboardPrintPreviewOptions/DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
[Browsable(false)]
public DocumentContentPrintingOptions DocumentContentOptions { get; }

Property Value

Type Description
DocumentContentPrintingOptions

A DocumentContentPrintingOptions object containing options specific to printing additional content.

See Also