Skip to main content

TdxSpreadSheetReportDesigner.DataBinding Property

Specifies the data source connection(s).

Declaration

property DataBinding: TdxSpreadSheetReportDataBinding read; write;

Property Value

Type
TdxSpreadSheetReportDataBinding

Remarks

This property implements data retrieval and posting to one or more data stores. The DataBinding.DataSource property identifies a master (or the only dataset in the case of a simple report) dataset to which to connect. The DataBinding.Details property provides access to the collection of detail dataset links for creating master-detail relationships between bound datasets.

Note

Each detail dataset link can have its own collection of detail dataset links, allowing you to build multi-level master-detail reports recursively.

See Also