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

TdxGridReportLink.OptionsSelection Property

Options defining whether the report includes selected rows from the grid control or all rows.

#Declaration

Delphi
property OptionsSelection: TdxGridReportLinkOptionsSelection read; write;

#Property Value

Type
TdxGridReportLinkOptionsSelection

#Remarks

Use the OptionsSelection property to determine whether the report includes all rows, only the rows selected in the grid control, or the selected child rows together with their corresponding master or grouping row.

Use the RestoreDefaults method to set all options in this set to their defaults.

See Also