Skip to main content

DesignerOptions.ShowPrintingWarnings Property

Specifies whether or not to highlight report controls that protrude beyond the right page margin, to indicate the resulting extraneous document pages.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Default Description
Boolean true

true, to display print warnings; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowPrintingWarnings
XtraReport
.DesignerOptions .ShowPrintingWarnings

Remarks

Enabling the ShowPrintingWarnings property paints protruding report controls in red. To learn which controls overrun the right page margin and avoid printing unnecessary pages, hover the mouse pointer over the highlighted controls.

ShowPrintingWarnings

To learn more, refer to Validate the Report Layout.

See Also