TCustomdxListBoxReportLinkControl.TransparentGraphics Property
In This Article
Specifies whether images associated with items are transparent within a report.
#Declaration
Delphi
property TransparentGraphics: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the TransparentGraphics property to True to draw graphics transparently in a report when printing standard list box components.
The default value of this property is False.
See Also