<< Click to display table of contents >> TRVReportBindSourceDataProvider.BindSources |
Allows using bind sources as sources of data for reports.
property BindSources: TRVBindSourceCollection;
This is a collection of pairs (Name, BindSource) or (Name, BindSourceAdapter). If data query is equal to Name, the data provider creates a query processor using the corresponding BindSource (or BindSourceAdapter).
See also: