Skip to main content
A newer version of this page is available. .

TdxSpreadSheetReportDesigner Class

A Spreadsheet Report Designer control.

Declaration

TdxSpreadSheetReportDesigner = class(
    TdxCustomSpreadSheet,
    IcxFilterControl
)

Remarks

In addition to all the functionality available in the spreadsheet control, this component provides the capability to design spreadsheet report templates and generate report documents by populating the created template with data obtained from the bound data source(s).

The TdxSpreadSheetReportDesigner class extends its ancestor with members that allow you to:

For detailed information on members providing the core spreadsheet functionality, refer to the TdxCustomSpreadSheet class description.

Implements

See Also