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

TdxSpreadSheetReportSection Class

A spreadsheet report template section.

#Declaration

Delphi
TdxSpreadSheetReportSection = class(
    TObject
)

#Remarks

Report sections are named cell ranges that can be defined within the report template displayed by the Report Designer.

The resulting report is built from the sections, omitting any cells outside the section areas.

The report sections are stored within the template spreadsheet document as defined names. The TdxSpreadSheetReportSection class provides the SectionType and Name fields that define the actual type of a report section and its associated named cell range, respectively.

You do not need to create or destroy TdxSpreadSheetReportSection objects directly from your code. The Report Designer provides a comprehensive set of methods for report template section management:

#Inheritance

TObject
TdxSpreadSheetReportSection
See Also