TRVReportDBDataProvider.DataSets

<< Click to display table of contents >>

TRVReportDBDataProvider.DataSets

Allows using existing datasets as sources of data for reports.

property DataSets: TRVDataSetCollection;

This is a collection of pairs (Name, DataSet). If data query is equal to Name, the data provider creates a query processor using the corresponding DataSet.

Unlike DataSets created dynamically, these datasets are not freed when report generation is finished.

See also:

Definitions of Report Workshop terms