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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764
Contains settings that specify parameters affecting how the card dashboard item is exported.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v23.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[Obsolete("The CardExportOptions class is obsolete now. Use properties with the 'Card' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public class CardExportOptions :
OptionsBase
Remarks
Use the DashboardExportOptions.CardOptions property to access options specific to exporting card dashboard items.
Inheritance
Object
OptionsBase
CardExportOptions
See Also