Skip to main content
A newer version of this page is available. .
All docs
V21.1

ExportSettings.ShowPrintNotificationDialog Property

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.XtraReports.v21.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "showPrintNotificationDialog")]
public bool ShowPrintNotificationDialog { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowPrintNotificationDialog
DxReportDesignerReportPreviewSettings
.ExportSettings .ShowPrintNotificationDialog
ReportPreviewSettings
.ExportSettings .ShowPrintNotificationDialog
WebDocumentViewerModel
.ExportSettings .ShowPrintNotificationDialog
See Also