Skip to main content

TdxSpreadSheetReportDesigner.FieldChooser Property

Provides access to the Report Designer’s Field Chooser.

Declaration

property FieldChooser: TdxSpreadSheetReportDesignerFieldChooser read; write;

Property Value

Type
TdxSpreadSheetReportDesignerFieldChooser

Remarks

Use this property to assign a field chooser to allow an end-user to select required dataset fields from the displayed list and add them to cells within report template sections by performing drag and drop operations:

For detailed information on properties and methods provided by the report template field chooser, refer to the TdxSpreadSheetReportDesignerFieldChooser class description.

See Also