Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomTableControlReportLinkOptionsSelection.ProcessExactSelection Property

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

#Declaration

Delphi
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