Back to Devexpress

TdxSpreadSheetReportDesigner.DataBinding Property

vcl-dxspreadsheetreportdesigner-dot-tdxspreadsheetreportdesigner.md

latest1.4 KB
Original Source

TdxSpreadSheetReportDesigner.DataBinding Property

Specifies the data source connection(s).

Declaration

delphi
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

TdxSpreadSheetReportDesigner Class

TdxSpreadSheetReportDesigner Members

dxSpreadSheetReportDesigner Unit