TRVReportQueryProcessor

Methods

<< Click to display table of contents >>

TRVReportQueryProcessor

Methods

The class of an object processing a data query.

unit RVReportDataProvider;

TRVReportQueryProcessor = class;

hmtoggle_arrow1Hierarchy

Description

Normally, this class is used internally in TRVReportGenerator component, and you need information about this class only if you want to implement your own non-standard query processor.

However, this class may be useful to get values of data fields, if you want to assign values for variables basing on data in OnProcessRecord event.

See also

Definitions of Report Workshop terms

TRVReportGenerationSession.GetQueryProcessor