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

TdxSpreadSheetReportDataBinding.DataGroups Property

Provides access to the data group collection.

#Declaration

Delphi
property DataGroups: TdxSpreadSheetReportDataGroups read; write;

#Property Value

Type
TdxSpreadSheetReportDataGroups

#Remarks

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

Note that all grouped records are automatically sorted against the same field values used for grouping.

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

See Also