Skip to main content

TdxCheckListBoxReportLink.Options Property

Determines the look of a check list box in a report.

Declaration

property Options: TdxCheckListBoxPaintOptions read; write; default [chlbxpoBorder, chlbxpoFlatCheckMarks];

Property Value

Type
TdxCheckListBoxPaintOptions

Remarks

Use the Options property to specify which type of check list box lines is included in the report. Available values include:

Value Meaning
chlbxpoBorder If active, border lines are included.
chlbxpoHorzLines If active, horizontal lines between items are printed.
chlbxpoFlatCheckMarks If active, check boxes appear flat in the report. Otherwise, they have 3D borders.

The default value of the Options property is [chlbxpoBorder..chlbxpoFlatCheckMarks].

See Also