Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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