TdxSpreadSheetReportSectionType Enum
In This Article
Enumerates spreadsheet report template section types.
#Declaration
Delphi
TdxSpreadSheetReportSectionType = (
rstHeader,
rstDetail,
rstFooter,
rstDetailLevel,
rstGroupHeader,
rstGroupFooter
);
#Members
Name |
---|
rst
|
rst
|
rst
|
rst
|
rst
|
rst
|
#Remarks
Options include:
Value | Description | Command |
---|---|---|
rst |
The common header report template section that you can create by calling the Report Designer‘s Set |
Header |
rst |
The root detail report template section that you can create by calling the Report Designer’s Set |
Detail |
rst |
The common footer report template section that you can create by calling the Report Designer’s Set |
Footer |
rst |
The nested report detail template sections for master-detail reports. You can create a nested detail template section by calling the Report Designer’s Set |
Detail |
rst |
The group header and footer are used to enclose each set of the grouped dataset records at any detail level. In order to create a group header at the corresponding detail level, call the Report Designer’s Set |
Group |
rst |
The group header and footer are used to enclose each set of the grouped dataset records at any detail level. In order to create a group footer at the corresponding detail level, call the Report Designer’s Set |
Group |
The TdxSpreadSheetReportSectionType type is referenced by:
The SectionType field provided by the TdxSpreadSheetReportSection class;
The AType parameter of the FindSection, GetSection, and RemoveSection methods provided by the Report Designer.
See Also