DesignAnalyzerOptions.ShowNotificationPopup Property
Specifies whether to show a notification popup with errors that occured during report creation.
Namespace: DevExpress.XtraReports.Configuration
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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 |
|
| Settings |
|
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.

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:

Set the ShowNotificationPopup property to false to disable this popup.