<< Click to display table of contents >> TRVBindSourceItem.BindSource |
Specifies a bind source reference for TRVReportBindSourceDataProvider.
property BindSource: TBaseObjectBindSource;
The BindSource may be any TBaseObjectBindSource descendant, including:
•TAdapterBindSource component
•TPrototypeBindSource component.
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.
Note: only bind sources inherited from TBaseObjectBindSource are supported. For example, TBindSourceDB cannot be used in TRVReportBindSourceDataProvider (use TRVReportDBDataProvider or a data provider implemented for the specific set of DB components).