Skip to main content

TdxSpreadSheetReportDesignerFieldChooserForm Class

A form containing the tree-like list of fields obtained from all datasets bound to the associated Report Designer.

Declaration

TdxSpreadSheetReportDesignerFieldChooserForm = class(
    TdxForm
)

Remarks

This class implements the form containing the TcxTreeView component populated with fields obtained from all datasets bound to the Report Designer.

In order to prevent the Field Chooser from displaying a particular dataset field, you can set its Visible property to False or handle the Report Designer’s OnPopulateField event.

You do not need to create instances of the TdxSpreadSheetReportDesignerFieldChooserForm class, the field chooser form is created automatically at runtime if the Report Designer’s FieldChooser.Site property is specified.

See Also