A newer version of this page is available.
Switch to the current version.
DocumentContentPrintingOptions Class
Obsolete. Contains options specific to printing and exporting additional content.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
[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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public class DocumentContentPrintingOptions :
OptionsBase
<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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")>
Public Class DocumentContentPrintingOptions
Inherits OptionsBase
Remarks
The DocumentContentPrintingOptions.ShowTitle property allows you to specify whether a dashboard title (or dashboard item's caption) is included as the printed/exported document title.
Use the DocumentContentPrintingOptions.FilterState property to specify the master filter state location on the printed/exported document.
Inheritance
Object
OptionsBase
DocumentContentPrintingOptions
See Also
Feedback