TdxSpreadSheetReportDetail.DataSource Property
Specifies the data source associating a detail dataset with the Report Designer.
Declaration
property DataSource: TDataSource read; write;
Property Value
Type |
---|
TDataSource |
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