TdxSpreadSheetReportDesigner.SetGroupFooterSection(TRect,Integer) Method
Adds the common footer section for grouped dataset records.
Declaration
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.