TdxSpreadSheetReportDataBinding.DataGroups Property
Provides access to the data group collection.
Declaration
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