Obsolete. Provides access to options specific to printing a card dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
[Obsolete("The DashboardPrintingOptions.CardOptions property is obsolete now. Use properties with the 'Card' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
[Browsable(false)]
public CardPrintingOptions CardOptions { get; }
<Obsolete("The DashboardPrintingOptions.CardOptions property is obsolete now. Use properties with the 'Card' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")>
<Browsable(False)>
Public ReadOnly Property CardOptions As CardPrintingOptions
Type | Description |
---|---|
CardPrintingOptions | A CardPrintingOptions object containing settings that specify parameters affecting how the card dashboard item is printed. |
The CardOptions property settings are not in effect when the entire content of the dashboard is printed.