TcxTreeListReportLinkOptionsRefinements Class
Options which determine report refinements.
Declaration
TcxTreeListReportLinkOptionsRefinements = class(
TdxCustomReportLinkOptionsRefinements
)
Remarks
The TcxTreeListReportLinkOptionsRefinements class contains options used to specify report refinements. This includes:
Specifies if graphics should be displayed in cells as text (the DisplayGraphicsAsText property). Additionally you can specify the text string to display in place of the graphics via the GraphicsText property.
If check boxes and radio buttons should be displayed in 3D style or flat style. Set the FlatCheckMarks property to True to display check boxes and radio buttons flat and to False to display them in 3D style.
After changing options you can always restore their default values using the RestoreDefaults method.
Inheritance
TObject
TPersistent
TdxCustomReportLinkOptions
TdxCustomReportLinkOptionsRefinements
TcxTreeListReportLinkOptionsRefinements
See Also