Skip to main content
A newer version of this page is available. .

DesignerOptions.ShowExportWarnings Property

Specifies whether or not to highlight overlapping report controls, indicating the possibility of the document layout being corrupted when exporting the report to table-based formats (such as XLS, XLSX, HTML or RTF).

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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:

Library Object Type Path to ShowExportWarnings
WinForms Controls XtraSchedulerReport
.DesignerOptions.ShowExportWarnings
Reporting XtraReport
.DesignerOptions.ShowExportWarnings

Remarks

Enabling the ShowExportWarnings property paints overlapping report controls in red. To learn which controls overlap and what export formats are compromised, hover the mouse pointer over the highlighted controls.

ShowExportWarnings

To learn more, refer to Manipulating Report Controls.

See Also