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.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Members
Name | Description |
---|---|
Default
|
If a control is placed onto a Detail |
As
|
A control is always printed as an image. |
As
|
A control is always printed as a set of bricks, if possible. It is possible, for example, in the case of a Grid |
#Related API Members
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.