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.2.Core.dll
Declaration
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 |
|
See Also