TCustomdxGridReportLink.Options Property
Specifies which grid lines are included in a report.
Declaration
property Options: TdxGridPaintOptions read; write; default [gpoBorder, gpoHorzLines, gpoVertLines, gpoFixedHorzLines, gpoFixedVertLines];
Property Value
| Type |
|---|
| TdxGridPaintOptions |
Remarks
Use the Options property to specify the grid lines included in a report. Available options include:
| Value | Description |
|---|---|
| gpoBorder | If active, borderlines are printed. |
| gpoHorzLines | If active, horizontal lines are printed. |
| gpoVertLines | If active, vertical lines are printed. |
| gpoFixedHorzLines | If active, horizontal lines for fixed columns are printed. |
| gpoFixedVertLines | If active, vertical lines for fixed columns are printed. |
By default, all options are active.
See Also