Back to Devexpress

DashboardViewer.PrintPreviewType Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-8ebda720.md

latest2.1 KB
Original Source

DashboardViewer.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
[DefaultValue(DashboardPrintPreviewType.RibbonPreview)]
public DashboardPrintPreviewType PrintPreviewType { get; set; }
vb
<DefaultValue(DashboardPrintPreviewType.RibbonPreview)>
Public Property PrintPreviewType As DashboardPrintPreviewType

Property Value

TypeDefaultDescription
DashboardPrintPreviewTypeRibbonPreview

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.

|

Implements

PrintPreviewType

See Also

Printing and Exporting in the WinForms Viewer

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace