Skip to main content

TdxSpreadSheetReportDetail.SortedFields Property

Provides access to the collection of fields against which the bound detail dataset records are sorted.

Declaration

property SortedFields: TdxSpreadSheetReportSortedFields read; write;

Property Value

Type
TdxSpreadSheetReportSortedFields

Remarks

Use this property to manage the bound dataset fields whose values are sorting the detail dataset records in the resulting report.

For detailed information on the sorted field collection management, refer to the TdxSpreadSheetReportSortedFields class description.

See Also