Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomReportLinkOptionsFormatting.SuppressBackgroundBitmaps Property

Determines whether background images are displayed within a report.

#Declaration

Delphi
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