Back to Devexpress

DashboardPrintPreviewType Enum

dashboard-devexpress-dot-dashboardwin-22cff031.md

latest1.8 KB
Original Source

DashboardPrintPreviewType Enum

Lists values that specify the type of the Print Preview.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public enum DashboardPrintPreviewType
vb
Public Enum DashboardPrintPreviewType

Members

NameDescription
RibbonPreview

A ribbon toolbar is used in the Print Preview.

| | StandardPreview |

A standard toolbar is used in the Print Preview.

|

The following properties accept/return DashboardPrintPreviewType values:

Remarks

Values listed by this enumeration are used to set the DashboardDesigner.PrintPreviewType and DashboardViewer.PrintPreviewType properties.

See Also

Printing and Exporting

DevExpress.DashboardWin Namespace