TdxSpreadSheetReportDataBinding.DataSource Property
In This Article
Specifies the data source for the Report Designer.
#Declaration
Delphi
property DataSource: TDataSource read; write;
#Property Value
Type |
---|
TData |
#Remarks
Use this property to bind the underlying dataset either as the data source for building a simple report or as the master data source for building master-detail reports. In order to bind additional data sources for creating master-detail relationships, use the Details property.
See Also