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

XRDesignErrorList.SelectedError Property

Provides information about an error or warning from a script compiler.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public CompilerError SelectedError { get; }

Property Value

Type Description
CompilerError

A CompilerError that provides information about an error or warning.

See Also