Back to Devexpress

CardExportOptions Class

dashboard-devexpress-dot-dashboardweb-f787bfa4.md

latest2.0 KB
Original Source

CardExportOptions Class

OBSOLETE

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

Contains settings that specify parameters affecting how the card dashboard item is exported.

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[Obsolete("The CardExportOptions class is obsolete now. Use properties with the 'Card' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class CardExportOptions :
    OptionsBase
vb
<Obsolete("The CardExportOptions class is obsolete now. Use properties with the 'Card' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Class CardExportOptions
    Inherits OptionsBase

Remarks

Use the DashboardExportOptions.CardOptions property to access options specific to exporting card dashboard items.

Inheritance

Object OptionsBase CardExportOptions

See Also

CardExportOptions Members

DevExpress.DashboardWeb Namespace