Skip to main content

TdxCustomTableControlReportLinkOptionsSelection.ProcessExactSelection Property

Specifies the scope for the table control’s data that will be used to build a report.

Declaration

property ProcessExactSelection: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

In order to limit the table control’s contents that will be used as a source for building a report to the currently selected data, set the ProcessExactSelection property to True. Otherwise, all the data at the same hierarchy level as the selected data (the detail view or group for the Grid control or the selected owner node for the TreeList control) will also be included to the report.

The ProcessExactSelection property is only in effect when the ProcessSelection property is set to True.

The ProcessExactSelection property’s default value is False.

See Also