Skip to main content

TdxGridReportLink.OptionsFormatting Property

Options defining the grid’s appearance in the report.

Declaration

property OptionsFormatting: TdxGridReportLinkOptionsFormatting read; write;

Property Value

Type
TdxGridReportLinkOptionsFormatting

Remarks

The TdxgridReportLinkOptionsFormatting class contains options controlling the grids appearance in a report. They specify the grid lines color (the GridLineColor property) and the manner in which the grid is painted and how buttons will be drawn (the LookAndFeelKind property).

To return all options in this set to their defaults, call the RestoreDefaults method.

See Also