Back to Devexpress

WinControlPrintMode Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-1d7edab0.md

latest2.6 KB
Original Source

WinControlPrintMode Enum

Specifies how the Windows Forms control that is embedded using a WinControlContainer should be rendered in a report.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum WinControlPrintMode
vb
Public Enum WinControlPrintMode

Members

NameDescription
Default

If a control is placed onto a DetailBand, ReportHeaderBand, or ReportFooterBand, 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.

|

The following properties accept/return WinControlPrintMode values:

Remarks

Use this enumeration’s members to determine whether a Windows Forms control’s contents should be rendered as a set of Printing System bricks(if possible), or as an image. This enumeration is used by the WinControlContainer.PrintMode property.

See Also

PrintMode

DevExpress.XtraReports.UI Namespace