Skip to main content

DesignerOptions.ShowExportWarnings Property

Specifies whether to highlight the report controls that overlap.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(true)]
[SRCategory(ReportStringId.CatDesign)]
public bool ShowExportWarnings { get; set; }

Property Value

Type Default Description
Boolean true

true, to display export warnings; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowExportWarnings
XtraReport
.DesignerOptions .ShowExportWarnings

Remarks

A report that contains overlapping controls can produce a corrupted document layout when exported to tabular formats (such as XLS, XLSX, HTML, or RTF).

Enable the ShowExportWarnings option to paint overlapping controls red. To determine which controls overlap and which export formats should not be used, hover over the highlighted controls.

ShowExportWarnings

For more information, review the following help topic: Validate the Report Layout.

See Also