Skip to main content

TdxSpreadSheetReportDetail.DataGroups Property

Provides access to the detail data group collection

Declaration

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