Skip to main content
A newer version of this page is available.
All docs
V18.2

XRDesignErrorList.SelectedError Property

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

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public CompilerError SelectedError { get; }

Property Value

Type Description
CompilerError

A CompilerError that provides information about an error or warning.

See Also