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

TdxGridReportLinkOptionsRefinements Class

Options defining the manner in which Image fields are displayed within the report.

#Declaration

Delphi
TdxGridReportLinkOptionsRefinements = class(
    TdxCustomReportLinkOptionsRefinements
)

#Remarks

The TdxGridReportLinkOptionsRefinements class contains options to determine whether the images in a report are replaced with text and if so what text will be used, the transparency settings for images in your report, and whether checkbox images will be 3D or Flat.

To set all options in this set to their default values, call the RestoreDefaults method.

This set of options can be accessed via the grid report link’s OptionsRefinements property.

See Also