Skip to main content

TdxSpreadSheetReportDetail.DataController Property

Provides access to a data controller that unifies access to the bound data source.

Declaration

property DataController: TdxSpreadSheetReportDataController read;

Property Value

Type
TdxSpreadSheetReportDataController

Remarks

You can use this property to manage the collection of data fields obtained from the bound detail dataset. For the full list of available field management options, refer to the TdxSpreadSheetReportDataController class description.

Additionally, you can customize data controller settings by using the Options property.

See Also