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

WindowControlOptions.PrintMode Property

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[DefaultValue(WinControlPrintMode.Default)]
public WinControlPrintMode PrintMode { get; set; }

Property Value

Type Default Description
WinControlPrintMode **Default**

A WinControlPrintMode enumeration value.

Available values:

Name Description
Default

If a control is placed onto a DetailBand, it is printed as a set of bricks, if possible. If a control is placed onto any other report band, it is printed as an image.

AsImage

A control is always printed as an image.

AsBricks

A control is always printed as a set of bricks, if possible. It is possible, for example, in the case of a GridControl, PivotGridControl and other Developer Express controls. If a control can’t be represented as a set of bricks, it is printed as an image.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintMode
PrintableComponentContainer
See Also