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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(false)]
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:

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