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 Class

A Report Designer control.

#Declaration

Delphi
TdxSpreadSheetReportDesigner = class(
    TdxCustomSpreadSheet,
    IcxFilterControl
)

#Remarks

The Report Designer control is a data-aware version of the Spreadsheet control. The Report Designer allows users to create reports that obtain data from a plain dataset or multiple tables that form a one-to-many (master-detail) relationship. A report template includes placeholder fields bound to dataset fields. The Report Designer populates these placeholders with data when it generates spreadsheet documents (reports).

Report Designer Example

#Main API Members

The list below outlines key members of the TdxSpreadSheetReportDesigner class that allow you to manage spreadsheet documents, configure report templates, build reports as well as customize general appearance and behavior settings.

#Implements

See Also