Skip to main content
A newer version of this page is available. .

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.v18.2.Win.dll

Declaration

[DefaultValue(DashboardPrintPreviewType.RibbonPreview)]
public DashboardPrintPreviewType PrintPreviewType { get; set; }

Property Value

Type Default Description
DashboardPrintPreviewType **RibbonPreview**

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

Available values:

Name Description
RibbonPreview

A ribbon toolbar is used in the Print Preview.

StandardPreview

A standard toolbar is used in the Print Preview.

See Also