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

TdxSpreadSheetReportDetail.DataGroups Property

Provides access to the detail data group collection

#Declaration

Delphi
property DataGroups: TdxSpreadSheetReportDataGroups read; write;

#Property Value

Type
TdxSpreadSheetReportDataGroups

#Remarks

Use this property to manage the bound detail dataset fields whose values are used for grouping records in the resulting report.

To modify the dataset field value interpretation for grouping operations, you can use the Options.AnsiSort and Options.CaseInsensitive properties.

You can call the Report Designer‘s SetGroupHeaderSection and SetGroupFooterSection procedures to enclose each set of grouped detail dataset records between the header and footer in the resulting report.

Note

All grouped records are automatically sorted against the same field values used for grouping.

See Also