TdxPrinterPageObject.Background Property
In This Article
Specifies a report’s background.
#Declaration
Delphi
property Background: TdxBackground read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Background property to customize the background of report pages. By default, a report’s background is transparent. Use this property to specify any background color, brush or picture.
See Also