TcxCustomVerticalGridReportLink.OptionsRefinements Property
Contains options to define report refinements.
Declaration
property OptionsRefinements: TcxVerticalGridReportLinkOptionsRefinements read; write;
Property Value
Type |
---|
TcxVerticalGridReportLinkOptionsRefinements |
Remarks
The OptionsRefinements property is used to specify refinements to a report. This includes:
Whether or not to display a cell’s graphics as text (the DisplayGraphicsAsText property). Additionally you can specify a text string to display in place of the graphics via the GraphicsText property.
Whether to display check boxes and radio buttons in 3D style or in flat style. Set the FlatCheckMarks property to True to display check boxes and radio buttons as flat and to False for 3D style.
See Also