Skip to main content

TdxCustomTableControlReportLink.OptionsSelection Property

Represents a set of options, which determine how the selected rows in a table control are included in a report.

Declaration

property OptionsSelection: TdxCustomTableControlReportLinkOptionsSelection read; write;

Property Value

Type
TdxCustomTableControlReportLinkOptionsSelection

Remarks

Use the OptionsSelection property to limit the rows, which appear in a report to the currently selected ones in a table control.

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

See Also