Skip to main content

TcxVerticalGridReportLinkOptionsRefinements Class

Contains options which determine the report’s refinements.

Declaration

TcxVerticalGridReportLinkOptionsRefinements = class(
    TdxCustomReportLinkOptionsRefinements
)

Remarks

The TcxVerticalGridReportLinkOptionsRefinements class contains report refinements. These include:

  • Whether to display cell graphics as text (the DisplayGraphicsAsText property). Additionally you can specify the text string to display in place of the graphics via the GraphicsText property.

  • Whether to display check boxes and radio buttons in 3D or flat style. Set the FlatCheckMarks property to True to display check boxes and radio buttons as flat and to False to display them in 3D style.

Call the RestoreDefaults method to set all the options in this set to their default values.

Inheritance

See Also