TdxBackground.Mode Property
Specifies the manner in which a report background is drawn.
#Declaration
property Mode: TdxBackgroundMode read; write; default bmNone;
#Property Value
Type | Default |
---|---|
Tdx |
bm |
#Remarks
Use the Mode property to determine which properties are used when the TdxComponentPrinter component draws a report background.
Value | Description |
---|---|
bm | The report background is clear (white), no color, brush, texture or picture is used for fill. |
bm | Bk |
bm | Uses a picture, specified by the Picture property, to draw the report background. This picture is tiled on report pages. Note Windows® 95 only supports 8x8 pictures as a brush, so if your picture is larger, an 8x8 section will be used to draw the report background. Use the bm To create a more compact print preview file and accelerate drawing, use bm |
bm | Uses a picture (the Picture property) to draw the report background. The Picture |
The default value is bmNone.