Skip to main content

TdxSpreadSheetReportDesigner Class

A Report Designer control.

Declaration

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