TBasedxReportLink.Color Property
Specifies the background color of report cells.
Declaration
property Color: TColor read; write; default clWhite;
Property Value
Type | Default |
---|---|
TColor | clWhite |
Remarks
Use this property to specify the background color of cells in a report. The Color property has no impact if the Transparent property is set to True. By default, the Color property equals clWhite.
See Also