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.FieldChooser Property

Provides access to the Report Designer’s Field Chooser.

#Declaration

Delphi
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