Back to Devexpress

TcxVerticalGridReportLinkOptionsRefinements Class

vcl-dxpscxvgridlnk-e0fe139a.md

latest1.7 KB
Original Source

TcxVerticalGridReportLinkOptionsRefinements Class

Contains options which determine the report’s refinements.

Declaration

delphi
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

TObject TPersistent TdxCustomReportLinkOptions TdxCustomReportLinkOptionsRefinements TcxVerticalGridReportLinkOptionsRefinements

See Also

TcxVerticalGridReportLinkOptionsRefinements Members

dxPScxVGridLnk Unit