Skip to main content

TdxGridReportLinkOptionsSelection Class

Options that determine how the currently selected items in the Grid are presented in the report.

Declaration

TdxGridReportLinkOptionsSelection = class(
    TdxCustomTableControlReportLinkOptionsSelection
)

Remarks

The TdxGridReportLinkOptionsSelection object contains options determining the manner in which the currently selected items in the grid control are processed in a report. The ProcessSelection option determines whether the master row of selected rows is included in a report. If this property value is False, both master and dependant rows are included in your report. The ProcessExactSelection option determines whether only the selected child rows are included in your report. ProcessExactSelection is effective only if the ProcessSelection option is set.

To return all options in this set to their defaults, call the RestoreDefaults method.

This set of options can be accessed via the grid report link’s OptionsSelection property.

See Also