Skip to main content
All docs
V20.2

XRDesignErrorList.SelectedError Property

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

Namespace: DevExpress.XtraReports.UserDesigner

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