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 breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/
Provides access to options specific to printing additional content.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
[Browsable(false)]
[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 breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public DocumentContentPrintingOptions DocumentContentOptions { get; }
Property Value
Type | Description |
---|---|
DocumentContentPrintingOptions | A DocumentContentPrintingOptions object containing options specific to printing additional content. |
See Also