TdxSpreadSheetReportSortedFields.DataController Property
Returns the data controller corresponding to the bound dataset whose data is sorted.
Declaration
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