Skip to main content

TdxCustomReportLinkOptionsFormatting.SuppressBackgroundBitmaps Property

Determines whether background images are displayed within a report.

Declaration

property SuppressBackgroundBitmaps: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the SupressBackgroundBitmaps property to display/hide the background images within a report. This option suppresses the images specified via the control’s styles (for instance, the vertical grid’s Styles.Content.Bitmap property) when its value is set to True. Otherwise, the images are printed within the report. If the OptionsFormatting.UseNativeStyles option is deactivated, the SupressBackgroundBitmaps property has no effect.

The SuppressBackgroundBitmaps property’s default value is False.

See Also