Back to Devexpress

WinControlImageType Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-505243ab.md

latest1.9 KB
Original Source

WinControlImageType Enum

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum WinControlImageType
vb
Public Enum WinControlImageType

Members

NameDescription
Metafile

The control is rendered as a metafile. In this case the quality of the rendered image is always good, but in some cases some details of the control may be lost.

| | Bitmap |

The control is rendered as a bitmap. In this case the quality of the rendered image is sometimes poor, but it allows a control to be drawn more precisely.

|

The following properties accept/return WinControlImageType values:

Remarks

Use this enumeration’s members to determine whether the specified Windows Forms control should be rendered as an image or as a metafile in a report. This enumeration is used by the WinControlContainer.ImageType property.

See Also

ImageType

DevExpress.XtraReports.UI Namespace