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

TdxGridReportLink.OptionsRefinements Property

Options defining the display of images in the report.

#Declaration

Delphi
property OptionsRefinements: TdxGridReportLinkOptionsRefinements read; write;

#Property Value

Type
TdxGridReportLinkOptionsRefinements

#Remarks

Use the OptionsRefinements property to determine:

  • whether images in a report are replaced with text;

  • the text with which images will be substituted;

  • whether the check boxes in a report are displayed flat or using 3D style.

Use the RestoreDefaults method to set all options in this set to their defaults.

See Also