TRVBindSourceItem.BindSourceAdapter

<< Click to display table of contents >>

TRVBindSourceItem.BindSourceAdapter

Specifies a bindsource adapter reference for TRVReportBindSourceDataProvider.

property BindSourceAdapter: TBindSourceAdapter;

The bindsource adapter may be any TBindSourceAdapter descendant, such as TDataGeneratorAdapter.

It can be referred in report templates by Name.

There are two alternative ways to define a data source in TRVBindSourceItem: BindSourceAdapter and BindSource. If the both of them are defined, BindSourceAdapter is used, BindSource is ignored.