Skip to main content

TdxSpreadSheetReportDataBinding.DataSource Property

Specifies the data source for the Report Designer.

Declaration

property DataSource: TDataSource read; write;

Property Value

Type
TDataSource

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