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

TdxSpreadSheetReportDataController.Fields Property

Provides zero-based indexed access to fields obtained from a bound dataset.

#Declaration

Delphi
property Fields[AIndex: Integer]: TdxSpreadSheetReportDesignerDataField read; write;

#Property Value

Type
TdxSpreadSheetReportDesignerDataField

#Remarks

This property returns a dataset field whose index is passed as the AIndex property. To identify the total number of stored dataset fields, use the FieldCount property.

See Also