Back to Devexpress

DashboardPrintingOptions Class

dashboard-devexpress-dot-dashboardwin-53058b5a.md

latest2.3 KB
Original Source

DashboardPrintingOptions Class

OBSOLETE

The DashboardPrintingOptions class is obsolete now. Use DashboardPrintPreviewOptions, DashboardPdfExportOptions, DashboardImageExportOptions and DashboardExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Contains settings that specify parameters affecting how the dashboard (dashboard item) is printed or exported.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Obsolete("The DashboardPrintingOptions class is obsolete now. Use DashboardPrintPreviewOptions, DashboardPdfExportOptions, DashboardImageExportOptions and DashboardExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public class DashboardPrintingOptions :
    OptionsBase
vb
<Obsolete("The DashboardPrintingOptions class is obsolete now. Use DashboardPrintPreviewOptions, DashboardPdfExportOptions, DashboardImageExportOptions and DashboardExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")>
Public Class DashboardPrintingOptions
    Inherits OptionsBase

Remarks

Use the DashboardDesigner.PrintingOptions / DashboardViewer.PrintingOptions properties to access dashboard options specific to printing or exporting.

Inheritance

Object OptionsBase DashboardPrintingOptions

See Also

DashboardPrintingOptions Members

Printing and Exporting in the WinForms Viewer

DevExpress.DashboardWin Namespace