DashboardPrintingOptions.DashboardItemOptions Property
OBSOLETE
This property is now obsolete. Use DocumentContentOptions property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/
Provides access to dashboard options specific to printing individual dashboard items.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
[Obsolete("This property is now obsolete. Use DocumentContentOptions property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public DashboardItemPrintingOptions DashboardItemOptions { get; }
Property Value
Type | Description |
---|---|
DashboardItemPrintingOptions | A DashboardItemPrintingOptions object that contains settings specific to printing individual dashboard items. |
See Also