Skip to main content

ImageExportOptions.RetainBackgroundTransparency Property

Specifies whether a report is printed with a white or transparent background when the XtraReport.PageColor (BrickGraphics.PageBackColor) property is set to transparent.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool RetainBackgroundTransparency { get; set; }

Property Value

Type Description
Boolean

true, to retain the transparency in a published report; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RetainBackgroundTransparency
ExportOptions
.Image .RetainBackgroundTransparency
See Also