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

TdxSpreadSheetReportDesigner.SetGroupFooterSection(TRect,Integer) Method

Adds the common footer section for grouped dataset records.

#Declaration

Delphi
procedure SetGroupFooterSection(const ABounds: TRect; ALevel: Integer);

#Parameters

Name Type
ABounds TRect
ALevel Integer

#Remarks

Call this procedure to create a new or redefine an existing group footer section at the detail level passed as the ALevel parameter. The resulting group footer occupies a cell range whose size (in cells) and position within the report template are passed as the ABounds parameter. The resulting group footer must be within the boundaries of the detail section that has the same level.

The group footer section follows the last dataset record in each data group on the corresponding detail level:

To allow end-users to define group footer template sections, link the GroupFooterSection command to an element of your UI.

Note

To define a data group header section in the report template, call the SetGroupHeaderSection procedure.

See Also