Skip to main content
All docs
V23.2

DesignAnalyzerOptions.ShowNotificationPopup Property

Specifies whether to show a notification popup with errors that occured during report creation.

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool ShowNotificationPopup { get; set; }

Property Value

Type Default Description
Boolean True

true to show the notification popup; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowNotificationPopup
ReportingSettings
.DesignAnalyzerOptions .ShowNotificationPopup
Settings
.DesignAnalyzerOptions .ShowNotificationPopup

Remarks

The Report Design Analyzer shows errors, warnings, and information messages that help you and your end users to detect and fix issues in a report.

The Report Design Analyzer (WinForms)

A report document may contain errors that occur during its creation. The Report Design Analyzer shows them in a notification popup when you preview the report:

Notification popup

Set the ShowNotificationPopup property to false to disable this popup.

See Also