Skip to main content

TdxCustomTableControlReportLink.OptionsView Property

Represents a set of options, which control the visibility of the table control’s elements within a report.

Declaration

property OptionsView: TdxCustomTableControlReportLinkOptionsView read; write;

Property Value

Type
TdxCustomTableControlReportLinkOptionsView

Remarks

Use the OptionsView property to specify the table control’s elements that will be visible within a report.

Use the report link’s OptionsView.RestoreDefaults method to reset all the options applied to this report link.

See Also