Skip to main content

TdxSpreadSheetReportDesignerDataField.DataController Property

Provides access to the data controller corresponding to the bound dataset from which the data field is obtained.

Declaration

property DataController: TdxSpreadSheetReportDataController read;

Property Value

Type
TdxSpreadSheetReportDataController

Remarks

You can use this property to manage the data field collection to which this field belongs. The collection can be populated by:

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