Skip to main content

TdxGridReportLink.OptionsRefinements Property

Options defining the display of images in the report.

Declaration

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