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

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.v18.2.Core.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RetainBackgroundTransparency
Cross-Platform Class Library ExportOptions
.Image.RetainBackgroundTransparency
WPF Controls ExportOptionsContainer
.Image.RetainBackgroundTransparency
See Also