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.ProcessSelection Property

Determines whether a report is built from only the currently selected data within a table control.

#Declaration

Delphi
property ProcessSelection: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set the ProcessSelection property to True to specify that only the currently selected data within a table control should be used as the source data from which to create a report. Otherwise, the selection doesn’t affect the report being created in any way. In order to more precisely specify which data in the selection is used, use the ProcessExactSelection property.

The ProcessSelection property’s default value is False.

See Also