Skip to main content

CustomExportBaseEventArgs.PrintPreviewOptions Property

Gets options related to printing a dashboard/dashboard item using the Print Preview window.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardPrintPreviewOptions PrintPreviewOptions { get; }

Property Value

Type Description
DashboardPrintPreviewOptions

A DashboardPrintPreviewOptions object containing options related to printing a dashboard/dashboard item using the Print Preview window.

See Also