Back to Devexpress

CardPrintingOptions Class

dashboard-devexpress-dot-dashboardwin-2149d881.md

latest2.1 KB
Original Source

CardPrintingOptions Class

OBSOLETE

The CardPrintingOptions class is obsolete now. Use properties with the 'Card' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Contains settings that specify parameters affecting how the Card 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 CardPrintingOptions class is obsolete now. Use properties with the 'Card' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public class CardPrintingOptions :
    OptionsBase
vb
<Obsolete("The CardPrintingOptions class is obsolete now. Use properties with the 'Card' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")>
Public Class CardPrintingOptions
    Inherits OptionsBase

Remarks

Use the DashboardPrintingOptions.CardOptions property to access options specific to the Card dashboard item printing or exporting.

Inheritance

Object OptionsBase CardPrintingOptions

See Also

CardPrintingOptions Members

DevExpress.DashboardWin Namespace