Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DesignAnalyzerOptions.ShowNotificationPopup Property

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

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.XtraReports.v24.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