<< Click to display table of contents >> TrvrActionReportWizard.DataProvider |
A data provider that is used to generate a new report.
property DataProvider: TRVReportDataProvider;
This property is equired: without a data provider, this action cannot generate a report template.
he following types of data providers can be used:
•data providers with predefined master-detail relationships (such as TRVReportDBDataProvider)
•data providers that support SQL data queries (see the list of data providers).
See also: