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

TdxSpreadSheetReportSortedFields.DataController Property

Returns the data controller corresponding to the bound dataset whose data is sorted.

#Declaration

Delphi
property DataController: TdxSpreadSheetReportDataController read;

#Property Value

Type
TdxSpreadSheetReportDataController

#Remarks

You can use this property to manage the collection of all data fields obtained from the bound master or detail dataset, depending on the sorted field collection’s actual owner type. For the full list of available dataset field management options, refer to the TdxSpreadSheetReportDataController class description.

Additionally, you can customize data controller settings by using the master or detail dataset link Options property.

See Also