Back to Devexpress

TdxGridReportLink.OptionsSelection Property

vcl-dxpscxgridlnk-dot-tdxgridreportlink-b59d1492.md

latest946 B
Original Source

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

TdxGridReportLink Class

TdxGridReportLink Members

dxPScxGridLnk Unit