TdxGridReportLink.OptionsSelection Property
Options defining whether the report includes selected rows from the grid control or all rows.
Declaration
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