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