Skip to main content

TdxCustomTableControlReportLinkOptionsSelection.ProcessSelection Property

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

Declaration

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