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