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

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.v18.2.dll

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:

Library Object Type Path to ShowPrintingWarnings
WinForms Controls XtraSchedulerReport
.DesignerOptions.ShowPrintingWarnings
Reporting 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 Manipulating Report Controls.

See Also