TdxSpreadSheetReportDetail.DataController Property
In This Article
Provides access to a data controller that unifies access to the bound data source.
#Declaration
Delphi
property DataController: TdxSpreadSheetReportDataController read;
#Property Value
Type |
---|
Tdx |
#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