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

WebDocumentViewerExportSettings.ShowPrintNotificationDialog Property

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(true)]
public bool ShowPrintNotificationDialog { get; set; }

Property Value

Type Default
Boolean true

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowPrintNotificationDialog
Reporting ASPxWebDocumentViewer
.SettingsExport .ShowPrintNotificationDialog
ReportPreviewSettings
.SettingsExport .ShowPrintNotificationDialog
ASP.NET MVC Extensions WebDocumentViewerSettings
.SettingsExport .ShowPrintNotificationDialog
See Also