Skip to main content

TdxGridReportLinkOptionsRefinements Class

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

Declaration

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