Back to Devexpress

IDashboardControl.PrintPreviewType Property

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-c0379391.md

latest1.7 KB
Original Source

IDashboardControl.PrintPreviewType Property

Gets or sets the type of Print Preview used to preview dashboard items or the entire dashboard.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
DashboardPrintPreviewType PrintPreviewType { get; set; }
vb
Property PrintPreviewType As DashboardPrintPreviewType

Property Value

TypeDescription
DashboardPrintPreviewType

The DashboardPrintPreviewType enumeration member that specifies the type of Print Preview used to preview dashboard items or the entire dashboard.

|

Available values:

NameDescription
RibbonPreview

A ribbon toolbar is used in the Print Preview.

| | StandardPreview |

A standard toolbar is used in the Print Preview.

|

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace