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.EnableErrorCodeLinks Property

Specifies whether to enable links for error codes in the Report Design Analyzer.

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

#Property Value

Type Default Description
Boolean False

true to enable links; otherwise, false.

#Property Paths

You can access this nested property as listed below:

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

#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)

Each message is associated with a unique error code (shown in the Code column). Set the EnableErrorCodeLinks property to true if you want to display these codes as clickable links.

EnableErrorCodeLinks = true

When users click an error code link, they navigate to a DevExpress Reporting documentation page that describes the error and how to fix it.

Error description example

See Also