Namespace:DevExpress.XtraPrinting
Assembly:DevExpress.Printing.v19.2.Core.dll

Syntax
C# |
public bool RetainBackgroundTransparency { get; set; }
|
VB |
Public Property RetainBackgroundTransparency As Boolean
|
Property value
Type: Boolean
true, to retain the transparency in a published report; otherwise, false.
The default is false.

See Also